Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1965 CanQualType getNSIntegerType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7152 .Case("CFIndex", Context.getNSIntegerType()) in shouldNotPrintDirectly()
7153 .Case("NSInteger", Context.getNSIntegerType()) in shouldNotPrintDirectly()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8027 CanQualType ASTContext::getNSIntegerType() const { in getNSIntegerType() function in ASTContext