Home
last modified time | relevance | path

Searched refs:InstantiationSubViews (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp106 return !ExpansionSubViews.empty() || !InstantiationSubViews.empty(); in hasSubViews()
133 InstantiationSubViews.emplace_back(FunctionName, Line, std::move(View)); in addInstantiation()
146 std::sort(InstantiationSubViews.begin(), InstantiationSubViews.end()); in print()
149 auto NextISV = InstantiationSubViews.begin(); in print()
150 auto EndISV = InstantiationSubViews.end(); in print()
DSourceCoverageView.h173 std::vector<InstantiationView> InstantiationSubViews; variable
/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageView.cpp135 return !ExpansionSubViews.empty() || !InstantiationSubViews.empty(); in hasSubViews()
173 InstantiationSubViews.emplace_back(FunctionName, Line, std::move(View)); in addInstantiation()
193 llvm::stable_sort(InstantiationSubViews); in print()
196 auto NextISV = InstantiationSubViews.begin(); in print()
197 auto EndISV = InstantiationSubViews.end(); in print()
DSourceCoverageView.h145 std::vector<InstantiationView> InstantiationSubViews; variable