Home
last modified time | relevance | path

Searched refs:ObjCImpDecl (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaExprMember.cpp676 Decl *ObjCImpDecl, bool HasTemplateArgs);
710 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr, in BuildMemberReferenceExpr()
972 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl, in BuildMemberReferenceExpr()
1182 Decl *ObjCImpDecl, bool HasTemplateArgs) { in LookupMemberExpr() argument
1268 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr()
1330 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
1338 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl)) in LookupMemberExpr()
1341 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr()
1453 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr()
1466 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr()
[all …]
DSemaDeclObjC.cpp1132 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation() argument
1145 DeclsInGroup.push_back(ObjCImpDecl); in ActOnFinishObjCImplementation()
/external/clang/lib/Parse/
DParseObjc.cpp1515 Decl *ObjCImpDecl = nullptr; in ParseObjCAtImplementationDeclaration() local
1549 ObjCImpDecl = Actions.ActOnStartCategoryImplementation( in ParseObjCAtImplementationDeclaration()
1567 ObjCImpDecl = Actions.ActOnStartClassImplementation( in ParseObjCAtImplementationDeclaration()
1572 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration()
1581 assert(ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
1586 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
1598 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup); in ParseObjCAtImplementationDeclaration()
/external/clang/include/clang/Sema/
DSema.h3521 Decl *ObjCImpDecl; member
3561 Decl *ObjCImpDecl,
6812 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,