Searched refs:TypePtr (Results 1 – 4 of 4) sorted by relevance
71 template<typename TypePtr>72 TypePtr reinterpret_cast_ptr(void* ptr) in reinterpret_cast_ptr()74 ASSERT(isPointerTypeAlignmentOkay(reinterpret_cast<TypePtr>(ptr))); in reinterpret_cast_ptr()75 return reinterpret_cast<TypePtr>(ptr); in reinterpret_cast_ptr()78 template<typename TypePtr>79 TypePtr reinterpret_cast_ptr(const void* ptr) in reinterpret_cast_ptr()81 ASSERT(isPointerTypeAlignmentOkay(reinterpret_cast<TypePtr>(ptr))); in reinterpret_cast_ptr()82 return reinterpret_cast<TypePtr>(ptr); in reinterpret_cast_ptr()
449 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local450 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()451 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
2983 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local2985 return mangleSubstitution(TypePtr); in mangleSubstitution()3171 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local3172 addSubstitution(TypePtr); in addSubstitution()
2323 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2324 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2326 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2327 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2329 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()4821 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local4822 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()4823 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()