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);
732 SourceLocation InstLoc,
776 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
799 SourceLocation InstLoc =
807 InstLoc,
812 updateConsecutiveMacroArgTokens(SM, InstLoc, begin_tokens, end_tokens);
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]

Completed in 5189 milliseconds