Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h222 StringRef GetNSIntegralKind(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp518 StringRef NSAPI::GetNSIntegralKind(QualType T) const { in GetNSIntegralKind() function in NSAPI
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp923 StringRef NSIntegerName = NSAPIObj->GetNSIntegralKind(qt); in migrateNSEnumDecl()