Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h456 virtual void flattenLocations() = 0;
527 void flattenLocations() override { Pos.flatten(); } in flattenLocations() function
614 void flattenLocations() override { in flattenLocations() function
618 I->flattenLocations(); in flattenLocations()
687 void flattenLocations() override { in flattenLocations() function
715 void flattenLocations() override { in flattenLocations() function
716 PathDiagnosticSpotPiece::flattenLocations(); in flattenLocations()
718 I->flattenLocations(); in flattenLocations()
887 void flattenLocations() { in flattenLocations() function
890 I->flattenLocations(); in flattenLocations()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h388 virtual void flattenLocations() = 0;
450 void flattenLocations() override { Pos.flatten(); } in flattenLocations() function
598 void flattenLocations() override { in flattenLocations() function
602 E = path.end(); I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
669 void flattenLocations() override { in flattenLocations() function
698 void flattenLocations() override { in flattenLocations() function
699 PathDiagnosticSpotPiece::flattenLocations(); in flattenLocations()
701 E = subPieces.end(); I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
825 void flattenLocations() { in flattenLocations() function
828 I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp204 D->flattenLocations(); in HandlePathDiagnostic()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp149 D->flattenLocations(); in HandlePathDiagnostic()