HomeSort by relevance Sort by last modified time
    Searched refs:InstLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Lex/
TokenLexer.cpp 455 SourceLocation instLoc;
457 instLoc = SM.createExpansionLoc(Tok.getLocation(),
462 instLoc = getExpansionLocForMacroDefLoc(Tok.getLocation());
465 Tok.setLocation(instLoc);
739 SourceLocation InstLoc,
783 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
806 SourceLocation InstLoc =
814 InstLoc,
819 updateConsecutiveMacroArgTokens(SM, InstLoc, begin_tokens, end_tokens);
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]

Completed in 47 milliseconds