Searched refs:LookupObjCInterfaceDeclForLiteral (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 217 static ObjCInterfaceDecl *LookupObjCInterfaceDeclForLiteral(Sema &S, in LookupObjCInterfaceDeclForLiteral() function 268 S.NSNumberDecl = LookupObjCInterfaceDeclForLiteral(S, Loc, in getNSNumberFactoryMethod() 520 NSStringDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 621 NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 770 NSArrayDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCArrayLiteral() 875 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCDictionaryLiteral()
|