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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp336 /// CreateType - Get the Basic type from the cache or create a new
338 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) { function in class:CGDebugInfo
447 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) { function in class:CGDebugInfo
498 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, function in class:CGDebugInfo
506 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty, function in class:CGDebugInfo
615 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty, function in class:CGDebugInfo
678 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) { function in class:CGDebugInfo
696 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty, function in class:CGDebugInfo
1216 /// CreateType - get structure or union type.
1217 llvm::DIType CGDebugInfo::CreateType(cons function in class:CGDebugInfo
1289 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectType *Ty, function in class:CGDebugInfo
1296 llvm::DIType CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, function in class:CGDebugInfo
1456 llvm::DIType CGDebugInfo::CreateType(const VectorType *Ty, llvm::DIFile Unit) { function in class:CGDebugInfo
1477 llvm::DIType CGDebugInfo::CreateType(const ArrayType *Ty, function in class:CGDebugInfo
1532 llvm::DIType CGDebugInfo::CreateType(const LValueReferenceType *Ty, function in class:CGDebugInfo
1538 llvm::DIType CGDebugInfo::CreateType(const RValueReferenceType *Ty, function in class:CGDebugInfo
1544 llvm::DIType CGDebugInfo::CreateType(const MemberPointerType *Ty, function in class:CGDebugInfo
1580 llvm::DIType CGDebugInfo::CreateType(const AtomicType *Ty, function in class:CGDebugInfo
[all...]

Completed in 296 milliseconds