Home
last modified time | relevance | path

Searched refs:getNSIntegerType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1770 CanQualType getNSIntegerType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8693 .Case("CFIndex", Context.getNSIntegerType()) in shouldNotPrintDirectly()
8694 .Case("NSInteger", Context.getNSIntegerType()) in shouldNotPrintDirectly()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6812 CanQualType ASTContext::getNSIntegerType() const { in getNSIntegerType() function in ASTContext