Home
last modified time | relevance | path

Searched refs:isInNamedModule (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1092 RD->isInNamedModule(); in getVTableLinkage()
1240 if (RD->isInNamedModule()) in isVTableExternal()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp689 if (PP.isInNamedModule()) { in EndOfMainFile()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h688 bool isInNamedModule() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1189 bool Decl::isInNamedModule() const { in isInNamedModule() function in Decl
H A DDecl.cpp1199 return D->isInNamedModule(); in isExportedFromModuleInterfaceUnit()
1217 if (isInNamedModule() && InternalLinkage == Linkage::External && in getFormalLinkage()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2462 bool isInNamedModule() const { return ModuleDeclState.isNamedModule(); } in isInNamedModule() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2663 if (isAngled && isInNamedModule()) in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1714 if (D->isCompleteDefinition() && D->isInNamedModule()) in VisitCXXRecordDecl()
H A DASTWriter.cpp4059 if (!RD->isInNamedModule()) in handleVTable()
7243 (Writer->getLangOpts().ModulesDebugInfo || D->isInNamedModule()); in AddCXXDefinitionData()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2990 if (D->isInNamedModule() && in CollectEnclosingNamespace()
H A DSemaDecl.cpp1701 if (!Old->isInNamedModule() && New->getOwningModule() && in CheckRedeclarationExported()
10332 NewFD->isInNamedModule()) { in ActOnFunctionDeclarator()
12501 if (FD->isInNamedModule()) { in CheckMain()