Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp1351 bool HasLexedNextToken = false; in EvaluateFeatureLikeBuiltinMacro() local
1352 Result = Op(Tok, HasLexedNextToken); in EvaluateFeatureLikeBuiltinMacro()
1354 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
1724 [](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1729 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1754 [&](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument
1765 HasLexedNextToken = true; in ExpandBuiltinMacro()
[all …]