Searched refs:LookupObjCInterfaceDeclForLiteral (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 217 static ObjCInterfaceDecl *LookupObjCInterfaceDeclForLiteral(Sema &S, in LookupObjCInterfaceDeclForLiteral() function 268 S.NSNumberDecl = LookupObjCInterfaceDeclForLiteral(S, Loc, in getNSNumberFactoryMethod() 519 NSStringDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 626 NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 775 NSArrayDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCArrayLiteral() 880 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCDictionaryLiteral()
|