Home
last modified time | relevance | path

Searched refs:MethodDefinition (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1039 bool MethodDefinition) { in ParseObjCMethodPrototype() argument
1045 MethodDefinition); in ParseObjCMethodPrototype()
1391 bool MethodDefinition) { in ParseObjCMethodDecl() argument
1443 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl()
1565 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1773 bool MethodDefinition = true);
1776 bool MethodDefinition=true);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4729 bool isVariadic, bool MethodDefinition) { in ActOnMethodDeclaration() argument
4786 (MethodDefinition ? diag::warn_method_param_redefinition in ActOnMethodDeclaration()
5057 if (MethodDefinition && in ActOnMethodDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10724 bool isVariadic, bool MethodDefinition);