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.cpp618 << ModuleName << currentModuleIsImplementation(); in ActOnModuleImport()
718 (ModuleScopes.empty() || currentModuleIsImplementation())) { in ActOnModuleImport()
877 } else if (currentModuleIsImplementation()) { in ActOnStartExportDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9799 bool currentModuleIsImplementation() const { in currentModuleIsImplementation() function