Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10241 bool DLLImport = in ActOnExplicitInstantiation() local
10245 DLLImport = true; in ActOnExplicitInstantiation()
10248 DLLImport = false; in ActOnExplicitInstantiation()
10252 if (DLLImport) { in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp803 TmplAttr->getKind() == attr::DLLImport) { in InstantiateAttrs()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1499 bool Weak = false, bool DLLImport = false);
7370 bool Weak, bool DLLImport) { in GetClassGlobal() argument
7380 if (DLLImport) in GetClassGlobal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3805 def DLLImport : InheritableAttr, TargetSpecificAttr<TargetHasDLLImportExport> {