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 108 llvm::DIType CreateType(const BuiltinType *Ty);
109 llvm::DIType CreateType(const ComplexType *Ty);
111 llvm::DIType CreateType(const TypedefType *Ty, llvm::DIFile F, bool Declaration);
112 llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
114 llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F);
115 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F);
116 llvm::DIType CreateType(const FunctionType *Ty, llvm::DIFile F);
117 llvm::DIType CreateType(const RecordType *Ty, bool Declaration);
119 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F);
120 llvm::DIType CreateType(const ObjCObjectType *Ty, llvm::DIFile F)
    [all...]
CGDebugInfo.cpp 402 /// CreateType - Get the Basic type from the cache or create a new
404 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) {
530 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) {
583 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty,
598 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty,
694 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty,
756 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit,
776 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty,
    [all...]
  /external/chromium_org/chrome/common/importer/
pstore_declarations.h 66 virtual HRESULT STDMETHODCALLTYPE CreateType(
  /external/chromium/chrome/browser/importer/
importer_unittest.cc 372 pstore->CreateType(0, &type, &type_info, 0);
    [all...]

Completed in 249 milliseconds