Searched refs:LookupObjCInterfaceDeclForLiteral (Results 1 – 2 of 2) 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 218 static ObjCInterfaceDecl *LookupObjCInterfaceDeclForLiteral(Sema &S, in LookupObjCInterfaceDeclForLiteral() function 269 S.NSNumberDecl = LookupObjCInterfaceDeclForLiteral(S, Loc, in getNSNumberFactoryMethod() 521 NSStringDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 653 NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 797 NSArrayDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCArrayLiteral() 958 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCDictionaryLiteral()
|