Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h453 virtual void flattenLocations() = 0;
524 void flattenLocations() override { Pos.flatten(); } in flattenLocations() function
609 void flattenLocations() override { in flattenLocations() function
613 I->flattenLocations(); in flattenLocations()
682 void flattenLocations() override { in flattenLocations() function
710 void flattenLocations() override { in flattenLocations() function
711 PathDiagnosticSpotPiece::flattenLocations(); in flattenLocations()
713 I->flattenLocations(); in flattenLocations()
882 void flattenLocations() { in flattenLocations() function
885 I->flattenLocations(); in flattenLocations()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp148 D->flattenLocations(); in HandlePathDiagnostic()