Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp443 if (PP.isInNamedModule()) { in EndOfMainFile()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1178 static bool isInNamedModule(const NamedDecl *D) { in isInNamedModule() function
1193 return isInNamedModule(D); in isExportedFromModuleInterfaceUnit()
1211 if (isInNamedModule(this) && InternalLinkage == Linkage::External && in getFormalLinkage()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2355 bool isInNamedModule() const { return ModuleDeclState.isNamedModule(); } in isInNamedModule() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2553 if (isAngled && isInNamedModule()) in HandleHeaderIncludeOrImport()