Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp49 ExpandLocStart = Tok.getLocation(); in Init()
68 assert(ExpandLocStart.isValid()); in Init()
77 ExpandLocStart, in Init()
111 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()
480 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()
853 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()
975 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h60 SourceLocation ExpandLocStart, ExpandLocEnd; variable