Searched defs:IntegerType (Results 1 – 6 of 6) sorted by relevance
34 class IntegerType; variable
28 class IntegerType; variable
41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType() function
4721 QualType IntegerType = ParamType; in CheckTemplateArgument() local4806 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
2792 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable