Searched defs:IntegerType (Results 1 – 7 of 7) sorted by relevance
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
1221 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) { in GetInt()
4937 QualType IntegerType = ParamType; in CheckTemplateArgument() local5021 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
2909 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable