Home
last modified time | relevance | path

Searched refs:ActOnFinishObjCImplementation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h317 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2288 return Actions.ObjC().ActOnFinishObjCImplementation(ObjCImpDecl, in ParseObjCAtImplementationDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2117 SemaObjC::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, in ActOnFinishObjCImplementation() function in SemaObjC