Home
last modified time | relevance | path

Searched refs:TypePtr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp117 const Type *TypePtr, in getFullyQualifiedTemplateType() argument
122 assert(!isa<DependentTemplateSpecializationType>(TypePtr)); in getFullyQualifiedTemplateType()
125 if (const auto *TST = dyn_cast<const TemplateSpecializationType>(TypePtr)) { in getFullyQualifiedTemplateType()
149 } else if (const auto *TSTRecord = dyn_cast<const RecordType>(TypePtr)) { in getFullyQualifiedTemplateType()
183 return TypePtr; in getFullyQualifiedTemplateType()
317 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf() argument
319 if (!TypePtr) return nullptr; in createNestedNameSpecifierForScopeOf()
323 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()
325 } else if (const auto *TagDeclType = dyn_cast<TagType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()
327 } else if (const auto *TST = dyn_cast<TemplateSpecializationType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()
[all …]
H A DMicrosoftMangle.cpp2067 void *TypePtr; in mangleFunctionArgumentType() local
2077 TypePtr = OriginalType.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()
2086 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()
2089 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in mangleFunctionArgumentType()
2102 FunArgBackReferences[TypePtr] = Size; in mangleFunctionArgumentType()
2115 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local
2116 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in manglePassObjectSizeArg()
2125 FunArgBackReferences[TypePtr] = Size; in manglePassObjectSizeArg()
H A DItaniumMangle.cpp5903 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local
5905 return mangleSubstitution(TypePtr); in mangleSubstitution()
6069 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
6070 addSubstitution(TypePtr); in addSubstitution()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp599 CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpecImpl() local
600 if (OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpecImpl()
601 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2194 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2195 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()
3910 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
3911 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
3912 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
H A DRewriteModernObjC.cpp2280 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2281 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2283 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2284 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2286 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
4740 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
4741 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
4742 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()