Searched refs:LookupObjCInterfaceDeclForLiteral (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 219 static ObjCInterfaceDecl *LookupObjCInterfaceDeclForLiteral(Sema &S, in LookupObjCInterfaceDeclForLiteral() function 270 S.NSNumberDecl = LookupObjCInterfaceDeclForLiteral(S, Loc, in getNSNumberFactoryMethod() 522 NSStringDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 654 NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 798 NSArrayDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCArrayLiteral() 959 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCDictionaryLiteral()
|