Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h611 bool isCompilingModuleImplementation() const { in isCompilingModuleImplementation() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp535 if (!getLangOpts().isCompilingModuleImplementation()) in getCurrentModuleImplementation()