Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp164 if (CXXRD->getTypeForDecl()->isDependentType()) in shouldSkipDecl()
166 if (CXXRD->getTypeForDecl()->isInstantiationDependentType()) in shouldSkipDecl()
315 Os << QualType::getAsString(RD->getTypeForDecl(), Qualifiers(), in reportRecord()
H A DDynamicTypePropagation.cpp208 MD->getClassInterface()->getTypeForDecl())) in inferReceiverType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp668 return getTypeForDecl()->castAs<TemplateTypeParmType>()->getDepth(); in getDepth()
672 return getTypeForDecl()->castAs<TemplateTypeParmType>()->getIndex(); in getIndex()
676 return getTypeForDecl()->castAs<TemplateTypeParmType>()->isParameterPack(); in isParameterPack()
1375 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList()
1401 QualType(TemplateTypeParm->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList()
H A DComparisonCategories.cpp168 return QualType(Record->getTypeForDecl(), 0); in getType()
H A DQualTypeNames.cpp363 TD->getTypeForDecl()); in createNestedNameSpecifier()
H A DDeclBase.cpp1265 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext()
1271 assert(isa<InjectedClassNameType>(Tag->getTypeForDecl())); in getPrimaryContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp108 TD->getTypeForDecl()->dump(Out, TD->getASTContext()); in print()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp92 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
H A DCGCXXABI.cpp105 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
H A DCGDebugInfo.cpp3051 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType()
3052 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType()
3094 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition()
3095 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition()
3510 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()
3793 QualType QTy(ID->getTypeForDecl(), 0); in getObjCMethodDeclaration()
3835 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()
4663 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()
4855 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable()
4869 getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable()
[all …]
H A DCGObjCRuntime.cpp60 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset()
H A DCGVTables.cpp1274 QualType(AP1.first->getTypeForDecl(), 0), O1); in EmitVTableTypeMetadata()
1280 QualType(AP2.first->getTypeForDecl(), 0), O2); in EmitVTableTypeMetadata()
H A DCGClass.cpp2677 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 DCodeGenTypes.cpp260 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp433 if (T->getTypeForDecl()) in getDeclValue()
435 T->getTypeForDecl()->getCanonicalTypeInternal().getAsString(TypePP) + in getDeclValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h606 Visit(TD->getTypeForDecl()); in VisitUsingShadowDecl()
H A DRecursiveASTVisitor.h1809 if (D->getTypeForDecl())
1810 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
1852 if (D->getTypeForDecl())
1853 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
H A DDeclTemplate.h2221 assert(getTypeForDecl() && "partial specialization has no type set!");
2222 return cast<InjectedClassNameType>(getTypeForDecl())
H A DTypeProperties.td555 if (const Type *existing = DI->getTypeForDecl()) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp173 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
177 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
H A DSValBuilder.cpp281 const Type *T = D->getTypeForDecl(); in getCXXThis()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp839 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField()
H A DSemaTemplateVariadic.cpp307 return TTPD && TTPD->getTypeForDecl() == TTPT; in DiagnoseUnexpandedParameterPacks()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1186 const Type *TypeNode = ClassDecl->getTypeForDecl(); in objcClassIsDerivedFrom()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp372 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitTypeDecl()
749 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitObjCInterfaceDecl()

12