Searched refs:TypePtr (Results 1 – 10 of 10) sorted by relevance
187 return TypePtr; in getFullyQualifiedTemplateType()321 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf() argument323 if (!TypePtr) return nullptr; in createNestedNameSpecifierForScopeOf()334 Decl = TypePtr->getAsCXXRecordDecl(); in createNestedNameSpecifierForScopeOf()363 const Type *TypePtr = TD->getTypeForDecl(); in createNestedNameSpecifier() local364 if (isa<const TemplateSpecializationType>(TypePtr) || in createNestedNameSpecifier()365 isa<const RecordType>(TypePtr)) { in createNestedNameSpecifier()370 TypePtr = getFullyQualifiedTemplateType(Ctx, TypePtr, WithGlobalNsPrefix); in createNestedNameSpecifier()375 false /*No TemplateKeyword*/, TypePtr); in createNestedNameSpecifier()471 const Type *TypePtr = getFullyQualifiedTemplateType( in getFullyQualifiedType() local[all …]
2098 void *TypePtr; in mangleFunctionArgumentType() local2108 TypePtr = OriginalType.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()2117 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()2120 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in mangleFunctionArgumentType()2133 FunArgBackReferences[TypePtr] = Size; in mangleFunctionArgumentType()2146 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local2147 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in manglePassObjectSizeArg()2156 FunArgBackReferences[TypePtr] = Size; in manglePassObjectSizeArg()
6056 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local6058 return mangleSubstitution(TypePtr); in mangleSubstitution()6229 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local6230 addSubstitution(TypePtr); in addSubstitution()
81 QualType TypePtr = MatchedDecl->getType(); in check() local85 if (TypePtr->isEnumeralType()) in check()87 else if (TypePtr->isBooleanType()) in check()89 else if (TypePtr->isIntegerType()) in check()91 else if (TypePtr->isFloatingType()) { in check()94 } else if (TypePtr->isAnyPointerType()) { in check()
52 const Type *TypePtr = ActualMemberDecl->getThisType().getTypePtr(); in getParentsByGrandParent() local53 const CXXRecordDecl *RecordDeclType = TypePtr->getPointeeCXXRecordDecl(); in getParentsByGrandParent()
414 if (const Type *TypePtr = Value->getType().getTypePtrOrNull()) { in check() local415 if (const auto *Typedef = TypePtr->getAs<TypedefType>()) in check()
604 CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpecImpl() local605 if (OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpecImpl()606 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()
2194 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2195 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2197 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2198 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2200 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()3896 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local3897 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()3898 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
2281 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2282 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2284 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2285 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2287 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()4728 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local4729 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()4730 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
2175 Type *TypePtr = SAI->getElementType()->getPointerTo(); in prepareKernelArguments() local2176 Value *TypedArgPtr = Builder.CreatePointerCast(Val, TypePtr); in prepareKernelArguments()2212 Type *TypePtr = SAI->getElementType()->getPointerTo(); in finalizeKernelArguments() local2213 Value *TypedArgPtr = Builder.CreatePointerCast(ArgPtr, TypePtr); in finalizeKernelArguments()