Searched refs:LookupObjCInterfaceDeclForLiteral (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 226 LookupObjCInterfaceDeclForLiteral(Sema &S, SourceLocation Loc, in LookupObjCInterfaceDeclForLiteral() function 277 LookupObjCInterfaceDeclForLiteral(S.SemaRef, Loc, SemaObjC::LK_Numeric); in getNSNumberFactoryMethod() 532 LookupObjCInterfaceDeclForLiteral(SemaRef, Loc, LK_String); in BuildObjCBoxedExpr() 663 NSValueDecl = LookupObjCInterfaceDeclForLiteral(SemaRef, Loc, LK_Boxed); in BuildObjCBoxedExpr() 807 LookupObjCInterfaceDeclForLiteral(SemaRef, Loc, SemaObjC::LK_Array); in BuildObjCArrayLiteral() 966 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral( in BuildObjCDictionaryLiteral()
|