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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  344     const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  356     const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
  362     const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  383       const ProgramPoint &L = PP.withTag(checkFn.Checker);
  427     const ProgramPoint &L = PP.withTag(checkFn.Checker);
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  223     ProgramPoint P = L.withTag(getNoteTags().makeNoteTag(
  548   if (Loc == N->getLocation().withTag(nullptr)) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  640       Bldr.generateSink(Pred->getLocation().withTag(&T),