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;
451 void flattenLocations() override { Pos.flatten(); } in flattenLocations() function
599 void flattenLocations() override { in flattenLocations() function
603 E = path.end(); I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
670 void flattenLocations() override { in flattenLocations() function
699 void flattenLocations() override { in flattenLocations() function
700 PathDiagnosticSpotPiece::flattenLocations(); in flattenLocations()
702 E = subPieces.end(); I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
826 void flattenLocations() { in flattenLocations() function
829 I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp208 D->flattenLocations(); in HandlePathDiagnostic()