Searched refs:ObjCImpDecl (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 680 Decl *ObjCImpDecl, bool HasTemplateArgs, 704 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr, in BuildMemberReferenceExpr() 933 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl); in BuildMemberReferenceExpr() 1226 Decl *ObjCImpDecl, bool HasTemplateArgs, in LookupMemberExpr() argument 1334 ObjCImpDecl, HasTemplateArgs, TemplateKWLoc); in LookupMemberExpr() 1405 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr() 1413 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl)) in LookupMemberExpr() 1416 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr() 1524 ObjCImpDecl, HasTemplateArgs, TemplateKWLoc); in LookupMemberExpr() 1537 ObjCImpDecl, HasTemplateArgs, TemplateKWLoc); in LookupMemberExpr() [all …]
|
| H A D | SemaDeclObjC.cpp | 2120 SemaObjC::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, in ActOnFinishObjCImplementation() argument 2134 DeclsInGroup.push_back(ObjCImpDecl); in ActOnFinishObjCImplementation() 2138 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(ObjCImpDecl)) in ActOnFinishObjCImplementation()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1904 ObjCImplDecl *ObjCImpDecl = nullptr; in ParseObjCAtImplementationDeclaration() local 1961 ObjCImpDecl = Actions.ObjC().ActOnStartCategoryImplementation( in ParseObjCAtImplementationDeclaration() 1975 ObjCImpDecl = Actions.ObjC().ActOnStartClassImplementation( in ParseObjCAtImplementationDeclaration() 1979 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc); in ParseObjCAtImplementationDeclaration() 1993 assert(ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 1998 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration() 2011 return Actions.ObjC().ActOnFinishObjCImplementation(ObjCImpDecl, in ParseObjCAtImplementationDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 305 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
|
| H A D | Sema.h | 8866 UnqualifiedId &Member, Decl *ObjCImpDecl); 8901 Decl *ObjCImpDecl; member
|