Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp1791 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1793 Args.add(RValue::get(Count), getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1798 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
2007 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1898 CanQualType getNSUIntegerType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7450 CanQualType ASTContext::getNSUIntegerType() const { in getNSUIntegerType() function in ASTContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp9953 .Case("NSUInteger", Context.getNSUIntegerType()) in shouldNotPrintDirectly()