reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Analysis/PathDiagnostic.h
  676     for (const auto &I : subPieces)
tools/clang/lib/Analysis/PathDiagnostic.cpp
   97         Macro.subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
  101         Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
  103         Macro.subPieces = NewPath;
  197           WorkList.push_back(&macro->subPieces);
  246   return comparePath(X.subPieces, Y.subPieces);
  246   return comparePath(X.subPieces, Y.subPieces);
 1106   for (const auto &I : subPieces)
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  385         removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(*piece).subPieces);
  445         if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting))
  529       removeEdgesToDefaultInitializers(M->subPieces);
  563       removePiecesWithInvalidLocations(M->subPieces);
 2637       MacroStack.back().first->subPieces.push_back(piece);
 2670         MacroGroup->subPieces.push_back(NewGroup);
 2681     MacroGroup->subPieces.push_back(piece);
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  973   for (const auto &subPiece : P.subPieces) {
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  382   for (PathPieces::const_iterator I = P.subPieces.begin(),
  383                                   E = P.subPieces.end();
  640           WorkList.push_back(&Macro->subPieces);