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.cpp10000 bool DLLImport = in ActOnExplicitInstantiation() local
10004 DLLImport = true; in ActOnExplicitInstantiation()
10007 DLLImport = false; in ActOnExplicitInstantiation()
10011 if (DLLImport) { in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp899 TmplAttr->getKind() == attr::DLLImport) { in InstantiateAttrs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1435 bool Weak = false, bool DLLImport = false);
7278 bool Weak, bool DLLImport) { in GetClassGlobal() argument
7288 if (DLLImport) in GetClassGlobal()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4342 def DLLImport : InheritableAttr, TargetSpecificAttr<TargetHasDLLImportExport> {