Home
last modified time | relevance | path

Searched refs:getNSUIntegerType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1639 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1641 Args.add(RValue::get(Count), getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1646 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
1820 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1691 CanQualType getNSUIntegerType() const { in getNSUIntegerType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp7727 .Case("NSUInteger", Context.getNSUIntegerType()) in shouldNotPrintDirectly()