Searched refs:ObjCImpDecl (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 863 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl, in BuildMemberReferenceExpr() 1074 Decl *ObjCImpDecl, bool HasTemplateArgs) { in LookupMemberExpr() argument 1160 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() 1238 else if (ObjCImpDecl && getCurFunctionDecl()) { in LookupMemberExpr() 1246 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl)) in LookupMemberExpr() 1249 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr() 1367 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() 1380 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() 1419 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() 1454 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() [all …]
|
D | SemaDeclObjC.cpp | 1062 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation() argument 1075 DeclsInGroup.push_back(ObjCImpDecl); in ActOnFinishObjCImplementation()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1480 Decl *ObjCImpDecl = 0; in ParseObjCAtImplementationDeclaration() local 1507 ObjCImpDecl = Actions.ActOnStartCategoryImplementation( in ParseObjCAtImplementationDeclaration() 1525 ObjCImpDecl = Actions.ActOnStartClassImplementation( in ParseObjCAtImplementationDeclaration() 1530 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration() 1532 assert(ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 1537 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 1549 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup); in ParseObjCAtImplementationDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3149 Decl *ObjCImpDecl; member 3167 Decl *ObjCImpDecl, 3188 Decl *ObjCImpDecl, 6244 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
|