Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1784 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1786 Args.add(RValue::get(Count), getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt()
1791 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
2000 getContext().getNSUIntegerType(), in EmitObjCForCollectionStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1768 CanQualType getNSUIntegerType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6803 CanQualType ASTContext::getNSUIntegerType() const { in getNSUIntegerType() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8695 .Case("NSUInteger", Context.getNSUIntegerType()) in shouldNotPrintDirectly()