Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9581 bool DLLImport = in ActOnExplicitInstantiation() local
9585 DLLImport = true; in ActOnExplicitInstantiation()
9588 DLLImport = false; in ActOnExplicitInstantiation()
9592 if (DLLImport) { in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp727 TmplAttr->getKind() == attr::DLLImport) { in InstantiateAttrs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1495 bool Weak = false, bool DLLImport = false);
7440 bool Weak, bool DLLImport) { in GetClassGlobal() argument
7450 if (DLLImport) in GetClassGlobal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3378 def DLLImport : InheritableAttr, TargetSpecificAttr<TargetHasDLLImportExport> {