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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp612 /// CreatePointeeType - Create Pointee type. If Pointee is a record
614 llvm::DIType CGDebugInfo::CreatePointeeType(QualType PointeeTy, function in class:CGDebugInfo
648 CreatePointeeType(PointeeTy, Unit));
657 return DBuilder.createPointerType(CreatePointeeType(PointeeTy, Unit),
1665 CreatePointeeType(Ty->getPointeeType(), U), ClassType);

Completed in 69 milliseconds