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

References

tools/clang/lib/Lex/Lexer.cpp
  828   SourceLocation spellLoc = SM.getSpellingLoc(loc);
  829   unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts);
  835   if (!SM.isAtEndOfImmediateMacroExpansion(afterLoc, &expansionLoc))
  845   return isAtEndOfMacroExpansion(expansionLoc, SM, LangOpts, MacroEnd);