Searched refs:BuildPointerTypeInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2376 /// BuildPointerTypeInfo - Build an abi::__pointer_type_info struct, used
2378 void BuildPointerTypeInfo(QualType PointeeTy);
2982 BuildPointerTypeInfo(cast<ObjCObjectPointerType>(Ty)->getPointeeType());
2986 BuildPointerTypeInfo(cast<PointerType>(Ty)->getPointeeType());
3236 /// BuildPointerTypeInfo - Build an abi::__pointer_type_info struct,
3238 void ItaniumRTTIBuilder::BuildPointerTypeInfo(QualType PointeeTy) { function in class:ItaniumRTTIBuilder

Completed in 60 milliseconds