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.h384 virtual void flattenLocations() = 0;
447 void flattenLocations() override { Pos.flatten(); } in flattenLocations() function
595 void flattenLocations() override { in flattenLocations() function
599 E = path.end(); I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
666 void flattenLocations() override { in flattenLocations() function
695 void flattenLocations() override { in flattenLocations() function
696 PathDiagnosticSpotPiece::flattenLocations(); in flattenLocations()
698 E = subPieces.end(); I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
822 void flattenLocations() { in flattenLocations() function
825 I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp209 D->flattenLocations(); in HandlePathDiagnostic()