Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h454 virtual void flattenLocations() = 0;
525 void flattenLocations() override { Pos.flatten(); } in flattenLocations() function
612 void flattenLocations() override { in flattenLocations() function
616 I->flattenLocations(); in flattenLocations()
685 void flattenLocations() override { in flattenLocations() function
713 void flattenLocations() override { in flattenLocations() function
714 PathDiagnosticSpotPiece::flattenLocations(); in flattenLocations()
716 I->flattenLocations(); in flattenLocations()
885 void flattenLocations() { in flattenLocations() function
888 I->flattenLocations(); in flattenLocations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp149 D->flattenLocations(); in HandlePathDiagnostic()