HomeSort by: relevance | last modified time | path
    Searched refs:subPieces (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 98 Macro.subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
102 Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
104 Macro.subPieces = NewPath;
198 WorkList.push_back(&macro->subPieces);
247 return comparePath(X.subPieces, Y.subPieces);
1122 for (const auto &I : subPieces)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 102 /// is found through a call piece, etc), it's subpieces are reported, and the
369 for (PathPieces::const_iterator I = P.subPieces.begin(),
370 E = P.subPieces.end();
655 WorkList.push_back(&Macro->subPieces);
BugReporter.cpp 388 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(*piece).subPieces);
448 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting))
532 removeEdgesToDefaultInitializers(M->subPieces);
566 removePiecesWithInvalidLocations(M->subPieces);
2686 MacroStack.back().first->subPieces.push_back(piece);
2719 MacroGroup->subPieces.push_back(NewGroup);
2730 MacroGroup->subPieces.push_back(piece);
HTMLDiagnostics.cpp 1031 for (const auto &subPiece : P.subPieces) {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 711 PathPieces subPieces;
715 for (const auto &I : subPieces)

Completed in 24 milliseconds