Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DTokenLexer.cpp48 ExpandLocStart = Tok.getLocation(); in Init()
67 assert(ExpandLocStart.isValid()); in Init()
76 ExpandLocStart, in Init()
110 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()
479 if(ExpandLocStart.isValid()) { in ExpandFunctionArguments()
537 if (ExpandLocStart.isValid()) { in ExpandFunctionArguments()
671 if (ExpandLocStart.isValid() && // Don't do this for token streams. in Lex()
677 ExpandLocStart, in Lex()
852 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()
964 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DTokenLexer.h60 SourceLocation ExpandLocStart, ExpandLocEnd; variable