Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp713 Decl *ObjCImpDecl, bool HasTemplateArgs);
751 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr, in BuildMemberReferenceExpr()
1062 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl); in BuildMemberReferenceExpr()
1286 Decl *ObjCImpDecl, bool HasTemplateArgs) { in LookupMemberExpr() argument
1375 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr()
1439 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
1447 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl)) in LookupMemberExpr()
1450 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr()
1563 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr()
1576 ObjCImpDecl, HasTemplateArgs); in LookupMemberExpr()
[all …]
DSemaDeclObjC.cpp2000 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation() argument
2013 DeclsInGroup.push_back(ObjCImpDecl); in ActOnFinishObjCImplementation()
/external/clang/lib/Parse/
DParseObjc.cpp2139 Decl *ObjCImpDecl = nullptr; in ParseObjCAtImplementationDeclaration() local
2195 ObjCImpDecl = Actions.ActOnStartCategoryImplementation( in ParseObjCAtImplementationDeclaration()
2213 ObjCImpDecl = Actions.ActOnStartClassImplementation( in ParseObjCAtImplementationDeclaration()
2218 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration()
2232 assert(ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2237 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2249 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup); in ParseObjCAtImplementationDeclaration()
/external/clang/include/clang/Sema/
DSema.h3943 Decl *ObjCImpDecl; member
3984 Decl *ObjCImpDecl);
7401 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,