| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 167 if (CXXRD->getTypeForDecl()->isDependentType()) in shouldSkipDecl() 169 if (CXXRD->getTypeForDecl()->isInstantiationDependentType()) in shouldSkipDecl() 319 Os << QualType::getAsString(RD->getTypeForDecl(), Qualifiers(), in reportRecord()
|
| H A D | DynamicTypePropagation.cpp | 341 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl())) in getObjectTypeForAllocAndNew()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 519 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth(); in getDepth() 523 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getIndex(); in getIndex() 527 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack(); in isParameterPack() 1165 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList() 1190 QualType(TemplateTypeParm->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList()
|
| H A D | ComparisonCategories.cpp | 148 return QualType(Record->getTypeForDecl(), 0); in getType()
|
| H A D | QualTypeNames.cpp | 366 TD->getTypeForDecl()); in createNestedNameSpecifier()
|
| H A D | DeclBase.cpp | 1203 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() 1209 assert(isa<InjectedClassNameType>(Tag->getTypeForDecl())); in getPrimaryContext()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 93 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
|
| H A D | CGCXXABI.cpp | 111 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
|
| H A D | CGDebugInfo.cpp | 2635 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType() 2636 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType() 2678 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition() 2679 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition() 3075 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType() 3355 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType() 3488 QualType QTy(ID->getTypeForDecl(), 0); in EmitFunctionStart() 4060 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable() 4226 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable() 4227 Ty = getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable() [all …]
|
| H A D | CGObjCRuntime.cpp | 61 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset()
|
| H A D | CGVTables.cpp | 1032 QualType(AP1.first->getTypeForDecl(), 0), O1); in EmitVTableTypeMetadata() 1038 QualType(AP2.first->getTypeForDecl(), 0), O2); in EmitVTableTypeMetadata()
|
| H A D | CGClass.cpp | 2620 CGM.CreateMetadataIdentifierForType(QualType(RD->getTypeForDecl(), 0)); in EmitTypeMetadataCodeForVCall() 2729 CGM.CreateMetadataIdentifierForType(QualType(RD->getTypeForDecl(), 0)); in EmitVTablePtrCheck() 2739 EmitCheckTypeDescriptor(QualType(RD->getTypeForDecl(), 0)), in EmitVTablePtrCheck() 2781 CGM.CreateMetadataIdentifierForType(QualType(RD->getTypeForDecl(), 0)); in EmitVTableTypeCheckedLoad()
|
| H A D | CodeGenTypes.cpp | 249 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType()
|
| H A D | CGNonTrivialStruct.cpp | 548 QualType RT = QualType(FD->getParent()->getTypeForDecl(), 0); in visitVolatileTrivial()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 433 if (T->getTypeForDecl()) in getDeclValue() 435 T->getTypeForDecl()->getCanonicalTypeInternal().getAsString(TypePP) + in getDeclValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 1759 if (D->getTypeForDecl()) 1760 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0))); 1796 if (D->getTypeForDecl()) 1797 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
|
| H A D | DeclTemplate.h | 2034 assert(getTypeForDecl() && "partial specialization has no type set!"); 2035 return cast<InjectedClassNameType>(getTypeForDecl())
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 225 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType() 229 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
|
| H A D | SValBuilder.cpp | 281 const Type *T = D->getTypeForDecl(); in getCXXThis()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 763 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 953 QualType class_qual_type(class_decl->getTypeForDecl(), 0); in FindExternalVisibleDecls() 1051 const clang::Type *interface_type = self_interface->getTypeForDecl(); in FindExternalVisibleDecls()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTImporter.cpp | 607 RequireCompleteType(clang::QualType(super_class->getTypeForDecl(), 0)); in CompleteObjCInterfaceDecl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTContext.h | 240 ast, clang::QualType(record_decl->getTypeForDecl(), 0));
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 491 const_cast<clang::Type *>(tdecl->getTypeForDecl()))); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 366 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitTypeDecl() 704 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitObjCInterfaceDecl()
|