Searched refs:getExpansions (Results 1 – 5 of 5) sorted by relevance
185 auto SubViewExpansions = ExpansionCoverage.getExpansions(); in attachExpansionSubViews()204 auto Expansions = FunctionCoverage.getExpansions(); in createFunctionView()222 auto Expansions = FileCoverage.getExpansions(); in createSourceFileView()229 auto SubViewExpansions = SubViewCoverage.getExpansions(); in createSourceFileView()
263 auto SubViewExpansions = ExpansionCoverage.getExpansions(); in attachExpansionSubViews()282 auto Expansions = FunctionCoverage.getExpansions(); in createFunctionView()301 auto Expansions = FileCoverage.getExpansions(); in createSourceFileView()320 auto SubViewExpansions = SubViewCoverage.getExpansions(); in createSourceFileView()
262 for (const auto &Expansion : FileCoverage.getExpansions()) in renderFileCoverage()
426 ArrayRef<ExpansionRecord> getExpansions() { return Expansions; } in getExpansions() function
502 ArrayRef<ExpansionRecord> getExpansions() const { return Expansions; } in getExpansions() function