/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 414 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 429 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 481 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 501 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 890 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 1116 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 1851 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify() 2124 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult() 2157 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult() 2515 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() [all …]
|
D | CodeGenTypes.cpp | 248 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType() 574 return ConvertType(ED->getIntegerType()); in ConvertType()
|
D | CGExpr.cpp | 1067 return ET->getDecl()->getIntegerType()->isBooleanType(); in hasBooleanRepresentation() 1090 llvm::Type *LTy = CGF.ConvertTypeForMem(ED->getIntegerType()); in getRangeForType()
|
D | CGDebugInfo.cpp | 1984 ? getOrCreateType(ED->getIntegerType(), DefUnit) in CreateTypeDefinition()
|
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 283 argTy = ETy->getDecl()->getIntegerType(); in matchesType() 300 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
|
D | ScanfFormatString.cpp | 417 PT = ETy->getDecl()->getIntegerType(); in fixType()
|
D | PrintfFormatString.cpp | 535 QT = ETy->getDecl()->getIntegerType(); in fixType()
|
/external/clang/lib/AST/ |
D | Type.cpp | 723 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType() 737 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerOrEnumerationType() 763 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType() 777 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
|
D | ASTContext.cpp | 1684 getTypeInfo(ED->getIntegerType()->getUnqualifiedDesugaredType()); in getTypeInfoImpl() 1808 T = ET->getDecl()->getIntegerType().getTypePtr(); in getPreferredTypeAlign() 4619 return ET->getDecl()->getIntegerType().getTypePtr(); in getIntegerTypeForEnum() 5290 const BuiltinType *BT = Enum->getIntegerType()->castAs<BuiltinType>(); in ObjCEncodingForEnumType() 7086 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes() 7116 QualType underlyingType = ET->getDecl()->getIntegerType(); in mergeEnumWithInteger() 7501 T = ET->getDecl()->getIntegerType(); in getIntWidth() 7518 T = ETy->getDecl()->getIntegerType(); in getCorrespondingUnsignedType()
|
D | DeclPrinter.cpp | 366 Out << " : " << D->getIntegerType().stream(Policy); in VisitEnumDecl()
|
D | ASTDumper.cpp | 1037 dumpType(D->getIntegerType()); in VisitEnumDecl()
|
D | ASTImporter.cpp | 2462 QualType ToIntegerType = Importer.Import(D->getIntegerType()); in VisitEnumDecl()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 1208 …or_element_clang_type->SetClangType(m_ast, cast<EnumType>(qual_type)->getDecl()->getIntegerType()); in GetTypeInfo() 5359 … if (m_ast->getTypeSize(enum_decl->getIntegerType()) < m_ast->getTypeSize(m_ast->IntTy)) in CompleteTagDeclarationDefinition() 5361 if (enum_decl->getIntegerType()->isSignedIntegerType()) in CompleteTagDeclarationDefinition() 5367 promotion_qual_type = enum_decl->getIntegerType(); in CompleteTagDeclarationDefinition() 5369 …enum_decl->completeDefinition(enum_decl->getIntegerType(), promotion_qual_type, NumPositiveBits, N… in CompleteTagDeclarationDefinition() 5443 return ClangASTType (m_ast, enum_decl->getIntegerType()); in GetEnumerationIntegerType()
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 262 QualType T = TD->getIntegerType(); in clang_getEnumDeclIntegerType()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 11085 !Prev->getIntegerType()->isDependentType() && in CheckEnumRedeclaration() 11087 Prev->getIntegerType())) { in CheckEnumRedeclaration() 11090 << EnumUnderlyingTy << Prev->getIntegerType(); in CheckEnumRedeclaration() 11912 ED->setPromotionType(ED->getIntegerType()); in ActOnTag() 13279 EltTy = Enum->getIntegerType(); in CheckEnumConstant() 13293 EltTy = Enum->getIntegerType(); in CheckEnumConstant() 13348 EltTy = Enum->getIntegerType(); in CheckEnumConstant() 13790 BestType = Enum->getIntegerType(); in ActOnEnumBody()
|
D | SemaTemplateInstantiateDecl.cpp | 772 assert(!D->getIntegerType()->isDependentType() in VisitEnumDecl() 774 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
|
D | SemaChecking.cpp | 3807 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr() 5654 T = C.getCanonicalType(ET->getDecl()->getIntegerType()).getTypePtr(); in forTargetOfCanonicalType() 8941 C.hasSameType(ED1->getIntegerType(), ED2->getIntegerType()); in isLayoutCompatible()
|
D | SemaTemplate.cpp | 4958 IntegerType = Enum->getDecl()->getIntegerType(); in CheckTemplateArgument() 5042 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType()); in CheckTemplateArgument() 5421 T = ET->getDecl()->getIntegerType(); in BuildExpressionFromIntegralTemplateArgument()
|
D | SemaExprObjC.cpp | 575 ET->getDecl()->getIntegerType()); in BuildObjCBoxedExpr()
|
D | SemaType.cpp | 5605 Underlying = ED->getIntegerType(); in BuildUnaryTransformType()
|
D | SemaDeclAttr.cpp | 3015 UnderlyingTy = ED->getIntegerType(); in CheckAlignasUnderalignment()
|
D | SemaOverload.cpp | 1759 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 774 QualType DesignatedEnumType = EnumDcl->getIntegerType(); in rewriteToNSMacroDecl()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3069 QualType getIntegerType() const { in getIntegerType() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 333 Writer.AddTypeRef(D->getIntegerType(), Record); in VisitEnumDecl()
|