Searched refs:InstantiationView (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.h52 struct InstantiationView { struct in namespace:llvm
57 InstantiationView(StringRef FunctionName, unsigned Line, function in struct:llvm::InstantiationView
60 InstantiationView(InstantiationView &&RHS) function in struct:llvm::InstantiationView
63 InstantiationView &operator=(InstantiationView &&RHS) {
70 friend bool operator<(const InstantiationView &LHS,
71 const InstantiationView &RHS) {
108 std::vector<InstantiationView> InstantiationSubViews;

Completed in 49 milliseconds