Home
last modified time | relevance | path

Searched defs:TypePtr (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp133 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/
Dty.rs691 impl Parse for TypePtr { implementation
1020 impl ToTokens for TypePtr { implementation
/external/rust/crates/syn/0.15.42/src/
Dty.rs530 impl Parse for TypePtr { implementation
850 impl ToTokens for TypePtr { implementation
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp568 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
/external/clang/lib/AST/
DMicrosoftMangle.cpp1484 void *TypePtr; in mangleArgumentType() local
1531 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local
DItaniumMangle.cpp4225 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/
Dvisit_mut.rs738 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()
Dfold.rs737 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()
Dvisit.rs735 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/
DRewriteObjC.cpp2185 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
3899 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
DRewriteModernObjC.cpp2274 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/
Dfold.rs703 fn fold_type_ptr(&mut self, i: TypePtr) -> TypePtr { in fold_type_ptr()
Dvisit_mut.rs705 fn visit_type_ptr_mut(&mut self, i: &mut TypePtr) { in visit_type_ptr_mut()
Dvisit.rs701 fn visit_type_ptr(&mut self, i: &'ast TypePtr) { in visit_type_ptr()