Searched defs:CreateType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp384 /// CreateType - Get the Basic type from the cache or create a new
386 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) { function in class:CGDebugInfo
509 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) { function in class:CGDebugInfo
560 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, function in class:CGDebugInfo
575 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty, function in class:CGDebugInfo
664 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty, function in class:CGDebugInfo
726 llvm::DIType CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, llvm::DIFile Unit) { function in class:CGDebugInfo
751 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) { function in class:CGDebugInfo
769 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty, function in class:CGDebugInfo
1528 /// CreateType
1529 llvm::DIType CGDebugInfo::CreateType(const RecordType *Ty) { function in class:CGDebugInfo
1599 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectType *Ty, function in class:CGDebugInfo
1631 llvm::DIType CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, function in class:CGDebugInfo
1805 llvm::DIType CGDebugInfo::CreateType(const VectorType *Ty, llvm::DIFile Unit) { function in class:CGDebugInfo
1822 llvm::DIType CGDebugInfo::CreateType(const ArrayType *Ty, function in class:CGDebugInfo
1877 llvm::DIType CGDebugInfo::CreateType(const LValueReferenceType *Ty, function in class:CGDebugInfo
1883 llvm::DIType CGDebugInfo::CreateType(const RValueReferenceType *Ty, function in class:CGDebugInfo
1889 llvm::DIType CGDebugInfo::CreateType(const MemberPointerType *Ty, function in class:CGDebugInfo
1904 llvm::DIType CGDebugInfo::CreateType(const AtomicType *Ty, function in class:CGDebugInfo
[all...]

Completed in 895 milliseconds