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

References

tools/clang/lib/Frontend/DiagnosticRenderer.cpp
  539     if (SM.isMacroArgExpansion(L))
  540       LocationStack.push_back(SM.getImmediateExpansionRange(L).getBegin());
  544     if (checkRangesForMacroArgExpansion(FullSourceLoc(L, SM), Ranges))
  547     L = SM.getImmediateMacroCallerLoc(L);
  553       L = SM.getImmediateMacroCallerLoc(LocationStack.back());
  565       emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges);
  575     emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges);
  587     emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges);