Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp1372 bool HasLexedNextToken = false; in EvaluateFeatureLikeBuiltinMacro() local
1373 Result = Op(Tok, HasLexedNextToken); in EvaluateFeatureLikeBuiltinMacro()
1375 if (HasLexedNextToken) in EvaluateFeatureLikeBuiltinMacro()
1594 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1601 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1608 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1639 [](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1644 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1652 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1673 HasLexedNextToken = true; in ExpandBuiltinMacro()
[all …]