Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h1727 CanQualType getNSIntegerType() const;
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8490 .Case("CFIndex", Context.getNSIntegerType()) in shouldNotPrintDirectly()
8491 .Case("NSInteger", Context.getNSIntegerType()) in shouldNotPrintDirectly()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp6743 CanQualType ASTContext::getNSIntegerType() const { in getNSIntegerType() function in ASTContext