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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 102 llvm::DIType CreateType(const BuiltinType *Ty);
103 llvm::DIType CreateType(const ComplexType *Ty);
105 llvm::DIType CreateType(const TypedefType *Ty, llvm::DIFile F);
106 llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
108 llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F);
109 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F);
110 llvm::DIType CreateType(const FunctionType *Ty, llvm::DIFile F);
111 llvm::DIType CreateType(const RecordType *Ty);
113 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F);
114 llvm::DIType CreateType(const ObjCObjectType *Ty, llvm::DIFile F)
    [all...]
CGDebugInfo.cpp 353 /// CreateType - Get the Basic type from the cache or create a new
355 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) {
491 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) {
542 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty,
557 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty,
673 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty,
736 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) {
754 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty,
    [all...]
  /external/chromium/chrome/browser/importer/
importer_unittest.cc 372 pstore->CreateType(0, &type, &type_info, 0);
    [all...]

Completed in 42 milliseconds