Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp49 ExpandLocStart = Tok.getLocation(); in Init()
67 assert(ExpandLocStart.isValid()); in Init()
76 ExpandLocStart, in Init()
107 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()
461 if(ExpandLocStart.isValid()) { in ExpandFunctionArguments()
507 if (ExpandLocStart.isValid()) { in ExpandFunctionArguments()
634 if (ExpandLocStart.isValid() && // Don't do this for token streams. in Lex()
640 ExpandLocStart, in Lex()
815 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()
927 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DTokenLexer.h61 SourceLocation ExpandLocStart, ExpandLocEnd; variable