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

Declarations

tools/clang/include/clang/Basic/SourceManager.h
  900   SourceLocation createExpansionLoc(SourceLocation Loc,

References

tools/clang/lib/AST/ASTImporter.cpp
 8437         MLoc = ToSM.createExpansionLoc(*ToSpLoc, *ToExLocS, *ToExLocE, TokenLen,
tools/clang/lib/Basic/SourceManager.cpp
  389   createExpansionLoc(SourceLocation(), SourceLocation(), SourceLocation(), 1);
tools/clang/lib/Lex/Lexer.cpp
  208   L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
 1121   return SM.createExpansionLoc(SpellingLoc, II.getBegin(), II.getEnd(), TokLen);
tools/clang/lib/Lex/PPMacroExpansion.cpp
  593       SourceMgr.createExpansionLoc(Identifier.getLocation(), ExpandLoc,
 1531     Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(),
 1541     Tok.setLocation(SourceMgr.createExpansionLoc(TIMELoc, Tok.getLocation(),
tools/clang/lib/Lex/Preprocessor.cpp
  491     Loc = SourceMgr.createExpansionLoc(Loc, ExpansionLocStart,
tools/clang/lib/Lex/TokenLexer.cpp
   75     MacroExpansionStart = SM.createExpansionLoc(MacroDefStart,
  678       instLoc = SM.createExpansionLoc(Tok.getLocation(),
  854           SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2);
  911   LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc,
tools/clang/lib/Serialization/ASTReader.cpp
 1574     SourceMgr.createExpansionLoc(SpellingLoc,