Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h366 Decl *ActOnMethodDeclaration(
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1446 Decl *Result = Actions.ObjC().ActOnMethodDeclaration( in ParseObjCMethodDecl()
1567 Decl *Result = Actions.ObjC().ActOnMethodDeclaration( in ParseObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4728 Decl *SemaObjC::ActOnMethodDeclaration( in ActOnMethodDeclaration() function in SemaObjC