/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A 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()
|
H A D | DynamicTypePropagation.cpp | 208 MD->getClassInterface()->getTypeForDecl())) in inferReceiverType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 668 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 D | ComparisonCategories.cpp | 168 return QualType(Record->getTypeForDecl(), 0); in getType()
|
H A D | QualTypeNames.cpp | 363 TD->getTypeForDecl()); in createNestedNameSpecifier()
|
H A D | DeclBase.cpp | 1265 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 D | ASTConsumers.cpp | 108 TD->getTypeForDecl()->dump(Out, TD->getASTContext()); in print()
|
/netbsd-src/external/apache2/llvm/dist/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 | CGDebugInfo.cpp | 3051 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 D | CGObjCRuntime.cpp | 60 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset()
|
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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 433 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 D | ASTNodeTraverser.h | 606 Visit(TD->getTypeForDecl()); in VisitUsingShadowDecl()
|
H A D | RecursiveASTVisitor.h | 1809 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 D | DeclTemplate.h | 2221 assert(getTypeForDecl() && "partial specialization has no type set!"); 2222 return cast<InjectedClassNameType>(getTypeForDecl())
|
H A D | TypeProperties.td | 555 if (const Type *existing = DI->getTypeForDecl()) {
|
/netbsd-src/external/apache2/llvm/dist/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 | 281 const Type *T = D->getTypeForDecl(); in getCXXThis()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 1186 const Type *TypeNode = ClassDecl->getTypeForDecl(); in objcClassIsDerivedFrom()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 372 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitTypeDecl() 749 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitObjCInterfaceDecl()
|