Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1843 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1845 Args.add(RValue::get(Count), getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1850 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
2059 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1873 CanQualType getNSUIntegerType() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7555 CanQualType ASTContext::getNSUIntegerType() const { in getNSUIntegerType() function in ASTContext
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10250 .Case("NSUInteger", Context.getNSUIntegerType()) in shouldNotPrintDirectly()