Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DTextDiagnostics.cpp115 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl() local
116 for (const auto &Piece : FlatPath) { in FlushDiagnosticsImpl()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp124 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl() local
125 for (PathPieces::const_iterator PI = FlatPath.begin(), in FlushDiagnosticsImpl()
126 PE = FlatPath.end(); in FlushDiagnosticsImpl()