Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp236 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl())) in getObjectTypeForAllocAndNew()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp1913 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType()
1914 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType()
1915 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateEnumType()
1944 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition()
1945 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition()
1946 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateTypeDefinition()
2263 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()
2494 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()
3195 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable()
3196 Ty = getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable()
HDCGCXXABI.cpp135 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
HDCodeGenTypes.cpp246 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType()
HDCGClass.cpp2267 EmitCheckTypeDescriptor(QualType(RD->getTypeForDecl(), 0)), in EmitVTablePtrCheck()
HDMicrosoftCXXABI.cpp797 getContext().getTypeSize(RD->getTypeForDecl()) > 64) in getRecordArgABI()
3969 QualType RTTITy = QualType(Class.RD->getTypeForDecl(), 0); in getCatchableTypeArray()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclTemplate.cpp526 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth(); in getDepth()
530 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getIndex(); in getIndex()
534 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack(); in isParameterPack()
HDDeclBase.cpp965 if (const TagType *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext()
971 assert(isa<InjectedClassNameType>(Tag->getTypeForDecl())); in getPrimaryContext()
HDDecl.cpp3412 if (const Type *T = getTypeForDecl()) { in setTypedefNameForAnonDecl()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTContext.h244 … clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0)); in GetTypeForIdentifier()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDataRecursiveASTVisitor.h1565 if (D->getTypeForDecl())
1566 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
1600 if (D->getTypeForDecl())
1601 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
HDRecursiveASTVisitor.h1601 if (D->getTypeForDecl())
1602 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
1636 if (D->getTypeForDecl())
1637 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
HDDeclTemplate.h1870 assert(getTypeForDecl() && "partial specialization has no type set!");
1871 return cast<InjectedClassNameType>(getTypeForDecl())
HDDeclObjC.h1582 const Type *getTypeForDecl() const { return TypeForDecl; } in getTypeForDecl() function
HDDecl.h2557 const Type *getTypeForDecl() const { return TypeForDecl; } in getTypeForDecl() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSValBuilder.cpp224 const Type *T = D->getTypeForDecl(); in getCXXThis()
HDMemRegion.cpp241 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmtAsm.cpp589 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField()
HDSemaCXXScopeSpec.cpp776 << QualType(TD->getTypeForDecl(), 0) << getLangOpts().CPlusPlus; in BuildCXXNestedNameSpecifier()
HDSemaAccess.cpp1858 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal(); in IsSimplyAccessible()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp1038 QualType class_qual_type(class_decl->getTypeForDecl(), 0); in FindExternalVisibleDecls()
1163 const clang::Type *interface_type = self_interface->getTypeForDecl(); in FindExternalVisibleDecls()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTImporter.cpp419 RequireCompleteType(clang::QualType(super_class->getTypeForDecl(), 0)); in CompleteObjCInterfaceDecl()
HDClangASTContext.cpp2085 return !tag_decl->getTypeForDecl()->isIncompleteType(); in GetCompleteDecl()
2097 return !objc_interface_decl->getTypeForDecl()->isIncompleteType(); in GetCompleteDecl()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp535 …g_ast_type.SetClangType(&tdecl->getASTContext(),(const lldb::clang_type_t)tdecl->getTypeForDecl()); in DoExecute()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp287 Writer.AddTypeRef(QualType(D->getTypeForDecl(), 0), Record); in VisitTypeDecl()
604 Writer.AddTypeRef(QualType(D->getTypeForDecl(), 0), Record); in VisitObjCInterfaceDecl()

12