Home
last modified time | relevance | path

Searched refs:getTypeForDecl (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp167 if (CXXRD->getTypeForDecl()->isDependentType()) in shouldSkipDecl()
169 if (CXXRD->getTypeForDecl()->isInstantiationDependentType()) in shouldSkipDecl()
319 Os << QualType::getAsString(RD->getTypeForDecl(), Qualifiers(), in reportRecord()
H A DDynamicTypePropagation.cpp341 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl())) in getObjectTypeForAllocAndNew()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp519 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 DComparisonCategories.cpp148 return QualType(Record->getTypeForDecl(), 0); in getType()
H A DQualTypeNames.cpp366 TD->getTypeForDecl()); in createNestedNameSpecifier()
H A DDeclBase.cpp1203 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 DObjectFilePCHContainerOperations.cpp93 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
H A DCGCXXABI.cpp111 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
H A DCGDebugInfo.cpp2635 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 DCGObjCRuntime.cpp61 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset()
H A DCGVTables.cpp1032 QualType(AP1.first->getTypeForDecl(), 0), O1); in EmitVTableTypeMetadata()
1038 QualType(AP2.first->getTypeForDecl(), 0), O2); in EmitVTableTypeMetadata()
H A DCGClass.cpp2620 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 DCodeGenTypes.cpp249 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType()
H A DCGNonTrivialStruct.cpp548 QualType RT = QualType(FD->getParent()->getTypeForDecl(), 0); in visitVolatileTrivial()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp433 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 DRecursiveASTVisitor.h1759 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 DDeclTemplate.h2034 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 DMemRegion.cpp225 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
229 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
H A DSValBuilder.cpp281 const Type *T = D->getTypeForDecl(); in getCXXThis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp763 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp953 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 DClangASTImporter.cpp607 RequireCompleteType(clang::QualType(super_class->getTypeForDecl(), 0)); in CompleteObjCInterfaceDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h240 ast, clang::QualType(record_decl->getTypeForDecl(), 0));
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp491 const_cast<clang::Type *>(tdecl->getTypeForDecl()))); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp366 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitTypeDecl()
704 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitObjCInterfaceDecl()

12