Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h215 bool isDependencyDirectivesLexer() const { return !DepDirectives.empty(); } in isDependencyDirectivesLexer() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp125 CurLexerKind = TheLexer->isDependencyDirectivesLexer() in EnterSourceFileWithLexer()
H A DLexer.cpp3016 if (isDependencyDirectivesLexer()) { in isNextPPTokenLParen()
3482 assert(!isDependencyDirectivesLexer()); in Lex()
4319 assert(isDependencyDirectivesLexer()); in LexDependencyDirectiveToken()
4374 assert(isDependencyDirectivesLexer()); in LexDependencyDirectiveTokenWhileSkipping()
H A DPreprocessor.cpp392 CurLexerKind = CurLexer->isDependencyDirectivesLexer() in recomputeCurLexerKind()
H A DPPDirectives.cpp540 assert(PP.CurLexer->isDependencyDirectivesLexer()); in SkipExcludedConditionalBlock()
555 if (CurLexer->isDependencyDirectivesLexer()) { in SkipExcludedConditionalBlock()