Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp992 bool MethodDefinition) { in ParseObjCMethodPrototype() argument
998 MethodDefinition); in ParseObjCMethodPrototype()
1340 bool MethodDefinition) { in ParseObjCMethodDecl() argument
1392 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl()
1513 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1717 bool MethodDefinition = true);
1720 bool MethodDefinition=true);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4710 bool isVariadic, bool MethodDefinition) { in ActOnMethodDeclaration() argument
4766 (MethodDefinition ? diag::warn_method_param_redefinition in ActOnMethodDeclaration()
5037 if (MethodDefinition && in ActOnMethodDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9757 bool isVariadic, bool MethodDefinition);