Searched defs:TypePtr (Results 1 – 16 of 16) sorted by relevance
133 const Type *TypePtr, in getFullyQualifiedTemplateType()333 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf()455 const Type *TypePtr = getFullyQualifiedTemplateType( in getFullyQualifiedType() local
16 typedef struct PrivateType1* TypePtr; typedef
18 typedef struct PrivateType1* TypePtr; typedef
666 impl Parse for TypePtr { implementation1100 impl ToTokens for TypePtr { implementation
568 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
1484 void *TypePtr; in mangleArgumentType() local1531 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local
4225 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local4391 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
2185 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local3899 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
2274 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local4740 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
1966 impl Eq for TypePtr {} implementation1969 impl PartialEq for TypePtr { implementation
2025 impl Clone for TypePtr { implementation
2600 impl Hash for TypePtr { implementation
699 fn visit_type_ptr_mut(&mut self, i: &mut TypePtr) { in visit_type_ptr_mut()
702 fn fold_type_ptr(&mut self, i: TypePtr) -> TypePtr { in fold_type_ptr()
2769 impl Debug for TypePtr { implementation
698 fn visit_type_ptr(&mut self, i: &'ast TypePtr) { in visit_type_ptr()