Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp1783 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1785 Args.add(RValue::get(Count), getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1790 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
1998 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1725 CanQualType getNSUIntegerType() const;
/external/llvm-project/clang/lib/AST/
DASTContext.cpp6734 CanQualType ASTContext::getNSUIntegerType() const { in getNSUIntegerType() function in ASTContext
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8492 .Case("NSUInteger", Context.getNSUIntegerType()) in shouldNotPrintDirectly()