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

References

tools/clang/lib/Frontend/DiagnosticRenderer.cpp
  536   while (L.isMacroID()) {
  539     if (SM.isMacroArgExpansion(L))
  540       LocationStack.push_back(SM.getImmediateExpansionRange(L).getBegin());
  542       LocationStack.push_back(L);
  544     if (checkRangesForMacroArgExpansion(FullSourceLoc(L, SM), Ranges))
  547     L = SM.getImmediateMacroCallerLoc(L);
  547     L = SM.getImmediateMacroCallerLoc(L);
  552     if (L.isFileID())
  553       L = SM.getImmediateMacroCallerLoc(LocationStack.back());
  554     assert(L.isValid() && "must have a valid source location here");