Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp613 << ModuleName << currentModuleIsImplementation(); in ActOnModuleImport()
704 } else if (!ModuleScopes.empty() && !currentModuleIsImplementation()) { in ActOnModuleImport()
863 } else if (currentModuleIsImplementation()) { in ActOnStartExportDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9602 bool currentModuleIsImplementation() const { in currentModuleIsImplementation() function