| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 164 if (CXXRD->getTypeForDecl()->isDependentType()) in shouldSkipDecl() 166 if (CXXRD->getTypeForDecl()->isInstantiationDependentType()) in shouldSkipDecl() 320 Os << QualType::getAsString(RD->getTypeForDecl(), Qualifiers(), in reportRecord()
|
| H A D | DynamicTypePropagation.cpp | 208 MD->getClassInterface()->getTypeForDecl())) in inferReceiverType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangPersistentVariables.cpp | 81 const_cast<clang::Type *>(tdecl->getTypeForDecl())); in GetCompilerTypeFromPersistentDecl()
|
| H A D | ClangExpressionDeclMap.cpp | 805 QualType class_qual_type(class_decl->getTypeForDecl(), 0); in LookUpLldbClass() 908 const clang::Type *interface_type = self_interface->getTypeForDecl(); in LookUpLldbObjCClass()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 108 TD->getTypeForDecl()->dump(Out, TD->getASTContext()); in print()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComparisonCategories.cpp | 168 return QualType(Record->getTypeForDecl(), 0); in getType()
|
| H A D | DeclTemplate.cpp | 669 return getTypeForDecl()->castAs<TemplateTypeParmType>()->getDepth(); in getDepth() 673 return getTypeForDecl()->castAs<TemplateTypeParmType>()->getIndex(); in getIndex() 677 return getTypeForDecl()->castAs<TemplateTypeParmType>()->isParameterPack(); in isParameterPack() 1376 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList() 1402 QualType(TemplateTypeParm->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList()
|
| H A D | QualTypeNames.cpp | 359 const Type *TypePtr = TD->getTypeForDecl(); in createNestedNameSpecifier()
|
| H A D | DeclBase.cpp | 1270 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() 1276 assert(isa<InjectedClassNameType>(Tag->getTypeForDecl())); in getPrimaryContext()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 276 << QualType(EnumD->getTypeForDecl(), 0) << SS->getRange(); in RequireCompleteEnumDecl() 279 Diag(L, diag::err_incomplete_enum) << QualType(EnumD->getTypeForDecl(), 0); in RequireCompleteEnumDecl()
|
| H A D | SemaStmtAsm.cpp | 839 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField()
|
| H A D | SemaTemplateVariadic.cpp | 307 return TTPD && TTPD->getTypeForDecl() == TTPT; in DiagnoseUnexpandedParameterPacks()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 92 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
|
| H A D | CGCXXABI.cpp | 105 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
|
| H A D | CGObjCRuntime.cpp | 60 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset()
|
| H A D | CGDebugInfo.cpp | 3037 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType() 3038 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType() 3080 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition() 3081 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition() 3492 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType() 3776 QualType QTy(ID->getTypeForDecl(), 0); in getObjCMethodDeclaration() 3818 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType() 4641 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable() 4837 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable() 4851 getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable() [all …]
|
| H A D | CGVTables.cpp | 1274 QualType(AP1.first->getTypeForDecl(), 0), O1); in EmitVTableTypeMetadata() 1280 QualType(AP2.first->getTypeForDecl(), 0), O2); in EmitVTableTypeMetadata()
|
| H A D | CGClass.cpp | 2677 CGM.CreateMetadataIdentifierForType(QualType(RD->getTypeForDecl(), 0)); in EmitTypeMetadataCodeForVCall() 2786 CGM.CreateMetadataIdentifierForType(QualType(RD->getTypeForDecl(), 0)); in EmitVTablePtrCheck() 2796 EmitCheckTypeDescriptor(QualType(RD->getTypeForDecl(), 0)), in EmitVTablePtrCheck() 2843 CGM.CreateMetadataIdentifierForType(QualType(RD->getTypeForDecl(), 0)); in EmitVTableTypeCheckedLoad()
|
| H A D | CodeGenTypes.cpp | 260 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 433 if (T->getTypeForDecl()) in getDeclValue() 435 T->getTypeForDecl()->getCanonicalTypeInternal().getAsString(TypePP) + in getDeclValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 1821 if (D->getTypeForDecl()) 1822 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0))); 1866 if (D->getTypeForDecl()) 1867 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
|
| H A D | ASTNodeTraverser.h | 630 Visit(TD->getTypeForDecl()); in VisitUsingShadowDecl()
|
| H A D | DeclTemplate.h | 2221 assert(getTypeForDecl() && "partial specialization has no type set!"); 2222 return cast<InjectedClassNameType>(getTypeForDecl())
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 173 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType() 177 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
|
| H A D | SValBuilder.cpp | 295 const Type *T = D->getTypeForDecl(); in getCXXThis()
|