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 77 llvm::DIType CreateType(const BuiltinType *Ty);
78 llvm::DIType CreateType(const ComplexType *Ty);
80 llvm::DIType CreateType(const TypedefType *Ty, llvm::DIFile F);
81 llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
83 llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F);
84 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F);
85 llvm::DIType CreateType(const FunctionType *Ty, llvm::DIFile F);
86 llvm::DIType CreateType(const TagType *Ty);
87 llvm::DIType CreateType(const RecordType *Ty);
88 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F)
    [all...]
CGDebugInfo.cpp 318 /// CreateType - Get the Basic type from the cache or create a new
320 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) {
415 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) {
466 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty,
474 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty,
532 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty,
595 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty,
613 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 34 milliseconds