Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1898 CanQualType getNSIntegerType() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11954 .Case("CFIndex", Context.getNSIntegerType()) in shouldNotPrintDirectly()
11955 .Case("NSInteger", Context.getNSIntegerType()) in shouldNotPrintDirectly()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7571 CanQualType ASTContext::getNSIntegerType() const { in getNSIntegerType() function in ASTContext