Searched refs:ObjCImpDecl (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 782 Decl *ObjCImpDecl, bool HasTemplateArgs, 810 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr, in BuildMemberReferenceExpr() 1048 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl); in BuildMemberReferenceExpr() 1290 Decl *ObjCImpDecl, bool HasTemplateArgs, in LookupMemberExpr() argument 1399 ObjCImpDecl, HasTemplateArgs, TemplateKWLoc); in LookupMemberExpr() 1470 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr() 1478 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl)) in LookupMemberExpr() 1481 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr() 1589 ObjCImpDecl, HasTemplateArgs, TemplateKWLoc); in LookupMemberExpr() 1602 ObjCImpDecl, HasTemplateArgs, TemplateKWLoc); in LookupMemberExpr() [all …]
|
H A D | SemaDeclObjC.cpp | 2117 SemaObjC::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, in ActOnFinishObjCImplementation() argument 2131 DeclsInGroup.push_back(ObjCImpDecl); in ActOnFinishObjCImplementation()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 2181 ObjCImplDecl *ObjCImpDecl = nullptr; in ParseObjCAtImplementationDeclaration() local 2238 ObjCImpDecl = Actions.ObjC().ActOnStartCategoryImplementation( in ParseObjCAtImplementationDeclaration() 2252 ObjCImpDecl = Actions.ObjC().ActOnStartClassImplementation( in ParseObjCAtImplementationDeclaration() 2256 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration() 2270 assert(ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 2275 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 2288 return Actions.ObjC().ActOnFinishObjCImplementation(ObjCImpDecl, in ParseObjCAtImplementationDeclaration()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 317 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
|
H A D | Sema.h | 8591 UnqualifiedId &Member, Decl *ObjCImpDecl); 8626 Decl *ObjCImpDecl; member
|