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.cpp50 ExpandLocStart = Tok.getLocation(); in Init()
69 assert(ExpandLocStart.isValid()); in Init()
78 ExpandLocStart, in Init()
112 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()
481 if(ExpandLocStart.isValid()) { in ExpandFunctionArguments()
538 if (ExpandLocStart.isValid()) { in ExpandFunctionArguments()
672 if (ExpandLocStart.isValid() && // Don't do this for token streams. in Lex()
678 ExpandLocStart, in Lex()
853 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()
965 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h60 SourceLocation ExpandLocStart, ExpandLocEnd; variable