Searched refs:TypePtr (Results 1 – 6 of 6) 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()
526 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local527 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()528 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
986 void *TypePtr = getASTContext().getCanonicalType(T).getAsOpaquePtr(); in mangleArgumentType() local987 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); in mangleArgumentType()1000 TypeBackReferences[TypePtr] = Size; in mangleArgumentType()
3224 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local3226 return mangleSubstitution(TypePtr); in mangleSubstitution()3412 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local3413 addSubstitution(TypePtr); in addSubstitution()
2225 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2226 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2228 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2229 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2231 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()3993 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local3994 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()3995 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
2319 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2320 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2322 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2323 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2325 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()4927 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local4928 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()4929 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()