Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h215 bool isDependencyDirectivesLexer() const { return !DepDirectives.empty(); } in isDependencyDirectivesLexer() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp119 CurLexerCallback = TheLexer->isDependencyDirectivesLexer() in EnterSourceFileWithLexer()
H A DLexer.cpp3206 if (isDependencyDirectivesLexer()) { in peekNextPPToken()
3704 assert(!isDependencyDirectivesLexer()); in Lex()
4539 assert(isDependencyDirectivesLexer()); in LexDependencyDirectiveToken()
4617 assert(isDependencyDirectivesLexer()); in LexDependencyDirectiveTokenWhileSkipping()
H A DPreprocessor.cpp387 CurLexerCallback = CurLexer->isDependencyDirectivesLexer() in recomputeCurLexerKind()
H A DPPDirectives.cpp567 assert(PP.CurLexer->isDependencyDirectivesLexer()); in SkipExcludedConditionalBlock()
582 if (CurLexer->isDependencyDirectivesLexer()) { in SkipExcludedConditionalBlock()