Searched refs:isNextPPTokenLParen (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h115 // in Lexer::isNextPPTokenLParen.
591 /// isNextPPTokenLParen - Return 1 if the next unexpanded token will return a
594 unsigned isNextPPTokenLParen();
H A DPreprocessor.h2146 bool isNextPPTokenLParen();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp430 /// isNextPPTokenLParen - Determine whether the next preprocessor token to be
433 bool Preprocessor::isNextPPTokenLParen() { function in class:Preprocessor
437 Val = CurLexer->isNextPPTokenLParen();
449 Val = Entry.TheLexer->isNextPPTokenLParen();
H A DPreprocessor.cpp839 if (!MI->isFunctionLike() || isNextPPTokenLParen())
846 if (MI->isObjectLike() || isNextPPTokenLParen())
H A DLexer.cpp2789 /// isNextPPTokenLParen - Return 1 if the next unexpanded token lexed from
2793 unsigned Lexer::isNextPPTokenLParen() { function in class:Lexer

Completed in 187 milliseconds