Searched refs:TypePtr (Results 1 – 6 of 6) sorted by relevance
85 template<typename TypePtr>86 TypePtr reinterpret_cast_ptr(void* ptr) in reinterpret_cast_ptr()88 ASSERT(isPointerTypeAlignmentOkay(reinterpret_cast<TypePtr>(ptr))); in reinterpret_cast_ptr()89 return reinterpret_cast<TypePtr>(ptr); in reinterpret_cast_ptr()92 template<typename TypePtr>93 TypePtr reinterpret_cast_ptr(const void* ptr) in reinterpret_cast_ptr()95 ASSERT(isPointerTypeAlignmentOkay(reinterpret_cast<TypePtr>(ptr))); in reinterpret_cast_ptr()96 return reinterpret_cast<TypePtr>(ptr); in reinterpret_cast_ptr()
516 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local517 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()518 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
1328 void *TypePtr; in mangleArgumentType() local1330 TypePtr = DT->getOriginalType().getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()1339 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()1341 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); in mangleArgumentType()1354 TypeBackReferences[TypePtr] = Size; in mangleArgumentType()
3474 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local3476 return mangleSubstitution(TypePtr); in mangleSubstitution()3640 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local3641 addSubstitution(TypePtr); in addSubstitution()
2197 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2198 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2200 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2201 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2203 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()3945 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local3946 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()3947 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
2312 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2313 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2315 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2316 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2318 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()4861 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local4862 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()4863 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()