Searched refs:ObjCImpDecl (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 912 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl, in BuildMemberReferenceExpr() 1128 Decl *ObjCImpDecl, bool HasTemplateArgs) { in LookupMemberExpr() argument 1210 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() 1275 else if (ObjCImpDecl && getCurFunctionDecl()) { in LookupMemberExpr() 1283 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl)) in LookupMemberExpr() 1286 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr() 1405 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() 1418 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() 1458 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() 1493 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr() [all …]
|
D | SemaDeclObjC.cpp | 1090 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation() argument 1103 DeclsInGroup.push_back(ObjCImpDecl); in ActOnFinishObjCImplementation()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1511 Decl *ObjCImpDecl = 0; in ParseObjCAtImplementationDeclaration() local 1544 ObjCImpDecl = Actions.ActOnStartCategoryImplementation( in ParseObjCAtImplementationDeclaration() 1562 ObjCImpDecl = Actions.ActOnStartClassImplementation( in ParseObjCAtImplementationDeclaration() 1567 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration() 1576 assert(ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 1581 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 1593 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup); in ParseObjCAtImplementationDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3306 Decl *ObjCImpDecl; member 3324 Decl *ObjCImpDecl, 3345 Decl *ObjCImpDecl, 6500 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
|