HomeSort by relevance Sort by last modified time
    Searched refs:CreateType (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 114 llvm::DIType CreateType(const BuiltinType *Ty);
115 llvm::DIType CreateType(const ComplexType *Ty);
117 llvm::DIType CreateType(const TypedefType *Ty, llvm::DIFile Fg);
118 llvm::DIType CreateType(const TemplateSpecializationType *Ty, llvm::DIFile Fg);
119 llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
121 llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F);
122 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F);
123 llvm::DIType CreateType(const FunctionType *Ty, llvm::DIFile F);
124 llvm::DIType CreateType(const RecordType *Tyg);
128 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F)
    [all...]
CGDebugInfo.cpp 384 /// CreateType - Get the Basic type from the cache or create a new
386 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) {
509 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) {
560 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty,
575 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty,
664 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty,
726 llvm::DIType CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, llvm::DIFile Unit) {
751 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) {
769 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty,
    [all...]
  /external/chromium_org/chrome/common/importer/
pstore_declarations.h 66 virtual HRESULT STDMETHODCALLTYPE CreateType(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pstore.h 342 virtual HRESULT WINAPI CreateType(PST_KEY Key,const GUID *pType,PPST_TYPEINFO pInfo,DWORD dwFlags) = 0;
368 HRESULT (WINAPI *CreateType)(IPStore *This,PST_KEY Key,const GUID *pType,PPST_TYPEINFO pInfo,DWORD dwFlags);
396 #define IPStore_CreateType(This,Key,pType,pInfo,dwFlags) (This)->lpVtbl->CreateType(This,Key,pType,pInfo,dwFlags)

Completed in 390 milliseconds