Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9473 bool DLLImport = in ActOnExplicitInstantiation() local
9477 DLLImport = true; in ActOnExplicitInstantiation()
9480 DLLImport = false; in ActOnExplicitInstantiation()
9484 if (DLLImport) { in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp837 TmplAttr->getKind() == attr::DLLImport) { in InstantiateAttrs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1499 bool Weak = false, bool DLLImport = false);
7376 bool Weak, bool DLLImport) { in GetClassGlobal() argument
7386 if (DLLImport) in GetClassGlobal()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4001 def DLLImport : InheritableAttr, TargetSpecificAttr<TargetHasDLLImportExport> {