Searched defs:IntegerType (Results 1 – 8 of 8) sorted by relevance
33 class IntegerType; variable
34 class IntegerType; variable
29 class IntegerType; variable
41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType() function
38 class IntegerType; variable
1232 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) { in GetInt()
4998 QualType IntegerType = ParamType; in CheckTemplateArgument() local5082 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
3008 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable