Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1751 bool LexAfterModuleImport(Token &Result);
3040 return P.LexAfterModuleImport(Result); in CLK_LexAfterModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1144 bool Preprocessor::LexAfterModuleImport(Token &Result) { in LexAfterModuleImport() function in Preprocessor