Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp63 case attr::DLLImport: return CXCursor_DLLImport; in GetCursorKind()
/external/clang/lib/Sema/
DSemaTemplate.cpp7400 bool DLLImport = in ActOnExplicitInstantiation() local
7404 DLLImport = true; in ActOnExplicitInstantiation()
7407 DLLImport = false; in ActOnExplicitInstantiation()
7411 if (DLLImport) { in ActOnExplicitInstantiation()
DSemaTemplateInstantiateDecl.cpp360 TmplAttr->getKind() == attr::DLLImport) { in InstantiateAttrs()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml72 | DLLImport Constructor
Dllvm.mli113 | DLLImport Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml78 | DLLImport Constructor
Dllvm.mli119 | DLLImport Constructor
/external/clang/include/clang/Basic/
DAttr.td2094 def DLLImport : InheritableAttr, TargetSpecificAttr<TargetWindows> {