Searched refs:HasLexedNextToken (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1369 bool HasLexedNextToken = false; in EvaluateFeatureLikeBuiltinMacro() local 1370 Result = Op(Tok, HasLexedNextToken); in EvaluateFeatureLikeBuiltinMacro() 1372 if (HasLexedNextToken) in EvaluateFeatureLikeBuiltinMacro() 1616 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument 1623 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument 1630 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument 1682 [](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument 1687 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument 1695 [this](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument 1711 OS, Tok, II, *this, [&](Token &Tok, bool &HasLexedNextToken) -> int { in ExpandBuiltinMacro() argument [all …]
|