Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Misc/
H A Dpragma-attribute-supported-attributes-list.test58 // CHECK-NEXT: DLLImport (SubjectMatchRule_function, SubjectMatchRule_variable, SubjectMatchRule_re…
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp81 case attr::DLLImport: in GetCursorKind()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp9683 bool DLLImport = in ActOnExplicitInstantiation() local
9687 DLLImport = true; in ActOnExplicitInstantiation()
9690 DLLImport = false; in ActOnExplicitInstantiation()
9694 if (DLLImport) { in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp775 TmplAttr->getKind() == attr::DLLImport) { in InstantiateAttrs()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml82 | DLLImport Constructor
H A Dllvm.mli125 | DLLImport Constructor
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp1495 bool Weak = false, bool DLLImport = false);
7407 bool Weak, bool DLLImport) { in GetClassGlobal() argument
7417 if (DLLImport) in GetClassGlobal()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3519 def DLLImport : InheritableAttr, TargetSpecificAttr<TargetHasDLLImportExport> {