Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp523 << ModuleName << currentModuleIsImplementation(); in ActOnModuleImport()
610 } else if (!ModuleScopes.empty() && !currentModuleIsImplementation()) { in ActOnModuleImport()
770 } else if (currentModuleIsImplementation()) { in ActOnStartExportDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2380 bool currentModuleIsImplementation() const { in currentModuleIsImplementation() function