Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp158 std::sort(InstantiationSubViews.begin(), InstantiationSubViews.end()); in render()
161 auto NextISV = InstantiationSubViews.begin(); in render()
162 auto EndISV = InstantiationSubViews.end(); in render()
DSourceCoverageView.h108 std::vector<InstantiationView> InstantiationSubViews; variable
151 InstantiationSubViews.emplace_back(FunctionName, Line, std::move(View)); in addInstantiation()