Searched defs:TypePtr (Results 1 – 14 of 14) sorted by relevance
| /external/clang/lib/Tooling/Core/ |
| D | QualTypeNames.cpp | 133 const Type *TypePtr, in getFullyQualifiedTemplateType() 333 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf() 455 const Type *TypePtr = getFullyQualifiedTemplateType( in getFullyQualifiedType() local
|
| /external/rust/crates/syn/1.0.7/src/ |
| D | ty.rs | 691 impl Parse for TypePtr { implementation 1020 impl ToTokens for TypePtr { implementation
|
| /external/rust/crates/syn/0.15.42/src/ |
| D | ty.rs | 530 impl Parse for TypePtr { implementation 850 impl ToTokens for TypePtr { implementation
|
| /external/clang/lib/Sema/ |
| D | SemaExceptionSpec.cpp | 568 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
|
| /external/clang/lib/AST/ |
| D | MicrosoftMangle.cpp | 1484 void *TypePtr; in mangleArgumentType() local 1531 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local
|
| D | ItaniumMangle.cpp | 4225 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local 4391 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
|
| /external/rust/crates/syn/0.15.42/src/gen/ |
| D | visit_mut.rs | 738 fn visit_type_ptr_mut(&mut self, i: &mut TypePtr) { in visit_type_ptr_mut() 3099 pub fn visit_type_ptr_mut<V: VisitMut + ?Sized>(_visitor: &mut V, _i: &mut TypePtr) { in visit_type_ptr_mut()
|
| D | fold.rs | 737 fn fold_type_ptr(&mut self, i: TypePtr) -> TypePtr { in fold_type_ptr() 2778 pub fn fold_type_ptr<V: Fold + ?Sized>(_visitor: &mut V, _i: TypePtr) -> TypePtr { in fold_type_ptr()
|
| D | visit.rs | 735 fn visit_type_ptr(&mut self, i: &'ast TypePtr) { in visit_type_ptr() 3180 pub fn visit_type_ptr<'ast, V: Visit<'ast> + ?Sized>(_visitor: &mut V, _i: &'ast TypePtr) { in visit_type_ptr()
|
| /external/clang/lib/Frontend/Rewrite/ |
| D | RewriteObjC.cpp | 2185 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local 3899 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
|
| D | RewriteModernObjC.cpp | 2274 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local 4740 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
|
| /external/rust/crates/syn/1.0.7/src/gen/ |
| D | fold.rs | 703 fn fold_type_ptr(&mut self, i: TypePtr) -> TypePtr { in fold_type_ptr()
|
| D | visit_mut.rs | 705 fn visit_type_ptr_mut(&mut self, i: &mut TypePtr) { in visit_type_ptr_mut()
|
| D | visit.rs | 701 fn visit_type_ptr(&mut self, i: &'ast TypePtr) { in visit_type_ptr()
|