Home
last modified time | relevance | path

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

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