Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h215 bool isDependencyDirectivesLexer() const { return !DepDirectives.empty(); } in isDependencyDirectivesLexer() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp126 CurLexerCallback = TheLexer->isDependencyDirectivesLexer() in EnterSourceFileWithLexer()
H A DLexer.cpp3147 if (isDependencyDirectivesLexer()) { in isNextPPTokenLParen()
3623 assert(!isDependencyDirectivesLexer()); in Lex()
4459 assert(isDependencyDirectivesLexer()); in LexDependencyDirectiveToken()
4531 assert(isDependencyDirectivesLexer()); in LexDependencyDirectiveTokenWhileSkipping()
H A DPPDirectives.cpp540 assert(PP.CurLexer->isDependencyDirectivesLexer()); in SkipExcludedConditionalBlock()
555 if (CurLexer->isDependencyDirectivesLexer()) { in SkipExcludedConditionalBlock()
H A DPreprocessor.cpp385 CurLexerCallback = CurLexer->isDependencyDirectivesLexer() in recomputeCurLexerKind()