Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h580 unsigned isNextPPTokenLParen();
H A DPreprocessor.h2018 bool isNextPPTokenLParen();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp810 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
817 if (MI->isObjectLike() || isNextPPTokenLParen()) in HandleIdentifier()
H A DPPMacroExpansion.cpp426 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Preprocessor
430 Val = CurLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
442 Val = Entry.TheLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
H A DLexer.cpp2777 unsigned Lexer::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Lexer