Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp97 if (auto MaybeDepDirectives = (*GetDependencyDirectives)(*File)) in EnterSourceFile() local
98 TheLexer->DepDirectives = *MaybeDepDirectives; in EnterSourceFile()