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

References

tools/clang/lib/Basic/Diagnostic.cpp
  348   assert((L.isInvalid() || SourceMgr) && "No SourceMgr for valid location");
  360   DiagnosticMapping Mapping = makeUserMapping(Map, L);
  364   if ((L.isInvalid() || L == DiagStatesByLoc.getCurDiagStateLoc()) &&
  364   if ((L.isInvalid() || L == DiagStatesByLoc.getCurDiagStateLoc()) &&
  379   PushDiagStatePoint(&DiagStates.back(), L);