Home
last modified time | relevance | path

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

/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()