Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1900 CanQualType getNSIntegerType() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp9951 .Case("CFIndex", Context.getNSIntegerType()) in shouldNotPrintDirectly()
9952 .Case("NSInteger", Context.getNSIntegerType()) in shouldNotPrintDirectly()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7459 CanQualType ASTContext::getNSIntegerType() const { in getNSIntegerType() function in ASTContext