Home
last modified time | relevance | path

Searched refs:ExpandLocStart (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Lex/
DTokenLexer.cpp36 ExpandLocStart = Tok.getLocation(); in Init()
54 assert(ExpandLocStart.isValid()); in Init()
63 ExpandLocStart, in Init()
94 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()
298 if(ExpandLocStart.isValid()) { in ExpandFunctionArguments()
343 if (ExpandLocStart.isValid()) { in ExpandFunctionArguments()
467 if (ExpandLocStart.isValid() && // Don't do this for token streams. in Lex()
473 ExpandLocStart, in Lex()
631 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in PasteTokens()
743 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
/external/clang/include/clang/Lex/
DTokenLexer.h64 SourceLocation ExpandLocStart, ExpandLocEnd; variable