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.cpp1877 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1879 Args.add(RValue::get(Count), getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1884 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
2094 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2148 CanQualType getNSUIntegerType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8616 CanQualType ASTContext::getNSUIntegerType() const { in getNSUIntegerType() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8115 .Case("NSUInteger", Context.getNSUIntegerType()) in shouldNotPrintDirectly()