Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1875 CanQualType getNSIntegerType() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10248 .Case("CFIndex", Context.getNSIntegerType()) in shouldNotPrintDirectly()
10249 .Case("NSInteger", Context.getNSIntegerType()) in shouldNotPrintDirectly()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7564 CanQualType ASTContext::getNSIntegerType() const { in getNSIntegerType() function in ASTContext