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

Declarations

tools/clang/include/clang/Lex/TokenLexer.h
  223   SourceLocation getExpansionLocForMacroDefLoc(SourceLocation loc) const;

References

tools/clang/lib/Lex/TokenLexer.cpp
  223       getExpansionLocForMacroDefLoc(VCtx.getVAOptLoc());
  225       getExpansionLocForMacroDefLoc(VAOPTClosingParenLoc);
  382           getExpansionLocForMacroDefLoc(CurTok.getLocation());
  384           getExpansionLocForMacroDefLoc(Tokens[I+1].getLocation());
  683       instLoc = getExpansionLocForMacroDefLoc(Tok.getLocation());
  902     StartLoc = getExpansionLocForMacroDefLoc(StartLoc);
  904     EndLoc = getExpansionLocForMacroDefLoc(EndLoc);
 1060       getExpansionLocForMacroDefLoc(ArgIdSpellLoc);