/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 144 if (CXXRD->getTypeForDecl()->isDependentType()) in shouldSkipDecl() 146 if (CXXRD->getTypeForDecl()->isInstantiationDependentType()) in shouldSkipDecl() 284 Os << QualType::getAsString(RD->getTypeForDecl(), Qualifiers()) << "'"; in reportRecord()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 164 if (CXXRD->getTypeForDecl()->isDependentType()) in shouldSkipDecl() 166 if (CXXRD->getTypeForDecl()->isInstantiationDependentType()) in shouldSkipDecl() 315 Os << QualType::getAsString(RD->getTypeForDecl(), Qualifiers(), in reportRecord()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangPersistentVariables.cpp | 78 const_cast<clang::Type *>(tdecl->getTypeForDecl())); in GetCompilerTypeFromPersistentDecl()
|
/external/llvm-project/clang/unittests/AST/ |
D | SizelessTypesTest.cpp | 27 const Type *FooTy = Foo->getTypeForDecl();
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | ForwardDeclarationNamespaceCheck.cpp | 126 if (FriendTypes.count(CurDecl->getTypeForDecl()) != 0) { in onEndOfTranslationUnit()
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 505 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth(); in getDepth() 509 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getIndex(); in getIndex() 513 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack(); in isParameterPack() 1163 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList() 1188 QualType(TemplateTypeParm->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList()
|
D | DeclBase.cpp | 1037 if (const TagType *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() 1043 assert(isa<InjectedClassNameType>(Tag->getTypeForDecl())); in getPrimaryContext()
|
/external/llvm-project/clang/lib/AST/ |
D | ComparisonCategories.cpp | 168 return QualType(Record->getTypeForDecl(), 0); in getType()
|
D | DeclTemplate.cpp | 643 return getTypeForDecl()->castAs<TemplateTypeParmType>()->getDepth(); in getDepth() 647 return getTypeForDecl()->castAs<TemplateTypeParmType>()->getIndex(); in getIndex() 651 return getTypeForDecl()->castAs<TemplateTypeParmType>()->isParameterPack(); in isParameterPack() 1350 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList() 1376 QualType(TemplateTypeParm->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList()
|
D | QualTypeNames.cpp | 363 TD->getTypeForDecl()); in createNestedNameSpecifier()
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 108 TD->getTypeForDecl()->dump(Out, TD->getASTContext()); in print()
|
/external/llvm-project/clang/unittests/CodeGen/ |
D | CodeGenExternalTest.cpp | 192 const clang::Type *clangTy = rd->getCanonicalDecl()->getTypeForDecl(); in test_codegen_fns()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2187 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType() 2188 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType() 2189 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateEnumType() 2230 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition() 2231 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition() 2232 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateTypeDefinition() 2585 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType() 2822 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType() 3436 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable() 3588 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable() [all …]
|
D | CGCXXABI.cpp | 139 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
|
D | ObjectFilePCHContainerOperations.cpp | 95 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
|
D | CGVTables.cpp | 963 QualType(E1.first->getTypeForDecl(), 0), O1); in EmitVTableTypeMetadata() 969 QualType(E2.first->getTypeForDecl(), 0), O2); in EmitVTableTypeMetadata()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 92 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
|
D | CGCXXABI.cpp | 105 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
|
D | CGObjCRuntime.cpp | 60 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset()
|
D | CGDebugInfo.cpp | 2975 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType() 2976 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType() 3018 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition() 3019 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition() 3434 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType() 3711 QualType QTy(ID->getTypeForDecl(), 0); in getObjCMethodDeclaration() 3750 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType() 4533 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable() 4724 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable() 4738 getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable() [all …]
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 379 TD->getTypeForDecl()); in createNestedNameSpecifier()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | AST.cpp | 120 TD->getTypeForDecl()); in getQualification()
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 1655 if (D->getTypeForDecl()) 1656 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0))); 1690 if (D->getTypeForDecl()) 1691 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 241 const Type *T = D->getTypeForDecl(); in getCXXThis()
|
/external/llvm-project/clang/lib/Tooling/ASTDiff/ |
D | ASTDiff.cpp | 433 if (T->getTypeForDecl()) in getDeclValue() 435 T->getTypeForDecl()->getCanonicalTypeInternal().getAsString(TypePP) + in getDeclValue()
|