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

References

tools/clang/lib/Lex/Lexer.cpp
 1114   SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc);
 1119   CharSourceRange II = SM.getImmediateExpansionRange(FileLoc);
 1121   return SM.createExpansionLoc(SpellingLoc, II.getBegin(), II.getEnd(), TokLen);