Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1833 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1835 Args.add(RValue::get(Count), getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1840 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
2049 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1963 CanQualType getNSUIntegerType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8018 CanQualType ASTContext::getNSUIntegerType() const { in getNSUIntegerType() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7154 .Case("NSUInteger", Context.getNSUIntegerType()) in shouldNotPrintDirectly()