Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/AST/
DQualTypeNames.cpp117 const Type *TypePtr, in getFullyQualifiedTemplateType()
317 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf()
452 const Type *TypePtr = getFullyQualifiedTemplateType( in getFullyQualifiedType() local
DMicrosoftMangle.cpp1958 void *TypePtr; in mangleFunctionArgumentType() local
2006 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local
DItaniumMangle.cpp5400 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local
5566 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
/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/libabigail/tests/data/test-diff-suppr/
Dtest25-typedef-v0.c16 typedef struct PrivateType1* TypePtr; typedef
Dtest25-typedef-v1.c18 typedef struct PrivateType1* TypePtr; typedef
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DInitVariablesCheck.cpp80 QualType TypePtr = MatchedDecl->getType(); in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DParentVirtualCallCheck.cpp52 const Type *TypePtr = ActualMemberDecl->getThisType().getTypePtr(); in getParentsByGrandParent() local
/external/rust/crates/syn/src/
Dty.rs669 impl Parse for TypePtr { implementation
1089 impl ToTokens for TypePtr { implementation
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DRenamerClangTidyCheck.cpp414 if (const Type *TypePtr = Value->getType().getTypePtrOrNull()) { in check() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp568 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp597 CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpecImpl() local
DSema.cpp2510 auto TypePtr = QT->castAs<ExtVectorType>()->getElementType().getTypePtr(); in checkOpenCLDisabledTypeDeclSpec() 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/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2155 Type *TypePtr = SAI->getElementType()->getPointerTo(); in prepareKernelArguments() local
2192 Type *TypePtr = SAI->getElementType()->getPointerTo(); in finalizeKernelArguments() local
/external/rust/crates/syn/src/gen/
Deq.rs2061 impl Eq for TypePtr {} implementation
2064 impl PartialEq for TypePtr { implementation
Dclone.rs2025 impl Clone for TypePtr { implementation
Dhash.rs2602 impl Hash for TypePtr { implementation
Dfold.rs696 fn fold_type_ptr(&mut self, i: TypePtr) -> TypePtr { in fold_type_ptr()
Dvisit_mut.rs696 fn visit_type_ptr_mut(&mut self, i: &mut TypePtr) { in visit_type_ptr_mut()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2194 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
3910 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
DRewriteModernObjC.cpp2280 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
4740 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
/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

12