Searched refs:ObjCImpDecl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 771 Decl *ObjCImpDecl, bool HasTemplateArgs, 811 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr, in BuildMemberReferenceExpr() 1046 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl); in BuildMemberReferenceExpr() 1280 Decl *ObjCImpDecl, bool HasTemplateArgs, in LookupMemberExpr() argument 1456 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr() 1464 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl)) in LookupMemberExpr() 1467 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr() 1677 ObjCImpDecl, HasTemplateArgs, TemplateKWLoc); in LookupMemberExpr() 1717 ObjCImpDecl, HasTemplateArgs, TemplateKWLoc); in LookupMemberExpr() 1752 Decl *ObjCImpDecl) { in ActOnMemberAccessExpr() argument [all …]
|
| H A D | SemaDeclObjC.cpp | 2116 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation() argument 2129 DeclsInGroup.push_back(ObjCImpDecl); in ActOnFinishObjCImplementation()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 2188 ObjCImplDecl *ObjCImpDecl = nullptr; in ParseObjCAtImplementationDeclaration() local 2244 ObjCImpDecl = Actions.ActOnStartCategoryImplementation( in ParseObjCAtImplementationDeclaration() 2258 ObjCImpDecl = Actions.ActOnStartClassImplementation( in ParseObjCAtImplementationDeclaration() 2262 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration() 2276 assert(ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 2281 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 2294 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup); in ParseObjCAtImplementationDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5925 Decl *ObjCImpDecl; member 5972 Decl *ObjCImpDecl); 10571 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
|