Searched refs:isExportedFromModuleInterfaceUnit (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp578 static bool isExportedFromModuleInterfaceUnit(const NamedDecl *D) { function
607 if (isInModulePurview(D) && !isExportedFromModuleInterfaceUnit(
656 !isExportedFromModuleInterfaceUnit(Var) &&

Completed in 72 milliseconds