Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1371 bool HasLexedNextToken = false; in EvaluateFeatureLikeBuiltinMacro() local
1372 Result = Op(Tok, HasLexedNextToken); in EvaluateFeatureLikeBuiltinMacro()
1374 if (HasLexedNextToken) in EvaluateFeatureLikeBuiltinMacro()
1654 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1661 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1668 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1738 [](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1743 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1768 [&](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1779 HasLexedNextToken = true; in ExpandBuiltinMacro()
[all …]