Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp236 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl())) in getObjectTypeForAllocAndNew()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1930 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType()
1931 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType()
1932 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateEnumType()
1961 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition()
1962 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition()
1963 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateTypeDefinition()
2291 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()
2528 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()
3257 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable()
3258 Ty = getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable()
DCGCXXABI.cpp136 MD->getParent()->getTypeForDecl())); in EmitMemberPointer()
DCodeGenTypes.cpp244 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType()
DMicrosoftCXXABI.cpp740 getContext().getTypeSize(RD->getTypeForDecl()) > 64) in getRecordArgABI()
3582 QualType RTTITy = QualType(Class.RD->getTypeForDecl(), 0); in getCatchableTypeArray()
/external/clang/lib/AST/
DDeclTemplate.cpp520 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth(); in getDepth()
524 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getIndex(); in getIndex()
528 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack(); in isParameterPack()
DDeclBase.cpp953 if (const TagType *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext()
959 assert(isa<InjectedClassNameType>(Tag->getTypeForDecl())); in getPrimaryContext()
DDecl.cpp3397 if (const Type *T = getTypeForDecl()) { in setTypedefNameForAnonDecl()
DItaniumMangle.cpp4073 Mangler.mangleType(QualType(RD->getTypeForDecl(), 0)); in mangleCXXVTableBitSet()
/external/clang/include/clang/AST/
DDataRecursiveASTVisitor.h1539 if (D->getTypeForDecl())
1540 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
1574 if (D->getTypeForDecl())
1575 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
DRecursiveASTVisitor.h1573 if (D->getTypeForDecl())
1574 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
1608 if (D->getTypeForDecl())
1609 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
DDeclTemplate.h1785 assert(getTypeForDecl() && "partial specialization has no type set!");
1786 return cast<InjectedClassNameType>(getTypeForDecl())
DDeclObjC.h1363 const Type *getTypeForDecl() const { return TypeForDecl; } in getTypeForDecl() function
DDecl.h2514 const Type *getTypeForDecl() const { return TypeForDecl; } in getTypeForDecl() function
/external/lldb/source/DataFormatters/
DNSDictionary.cpp54 clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0)); in GetLLDBNSPairType()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp224 const Type *T = D->getTypeForDecl(); in getCXXThis()
DMemRegion.cpp241 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp579 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField()
DSemaCXXScopeSpec.cpp776 << QualType(TD->getTypeForDecl(), 0) << getLangOpts().CPlusPlus; in BuildCXXNestedNameSpecifier()
DSemaAccess.cpp1858 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal(); in IsSimplyAccessible()
DSemaLookup.cpp3781 RD->getTypeForDecl()); in buildNestedNameSpecifier()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp929 QualType class_qual_type(class_decl->getTypeForDecl(), 0); in FindExternalVisibleDecls()
1054 const clang::Type *interface_type = self_interface->getTypeForDecl(); in FindExternalVisibleDecls()
/external/lldb/source/Symbol/
DClangASTContext.cpp2169 return !tag_decl->getTypeForDecl()->isIncompleteType(); in GetCompleteDecl()
2181 return !objc_interface_decl->getTypeForDecl()->isIncompleteType(); in GetCompleteDecl()
/external/lldb/source/Commands/
DCommandObjectMemory.cpp529 … clang_ast_type.SetClangType(&tdecl->getASTContext(),(lldb::clang_type_t)tdecl->getTypeForDecl()); in DoExecute()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp269 Writer.AddTypeRef(QualType(D->getTypeForDecl(), 0), Record); in VisitTypeDecl()
576 Writer.AddTypeRef(QualType(D->getTypeForDecl(), 0), Record); in VisitObjCInterfaceDecl()

12