Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1716 bool MethodDefinition = true);
1719 bool MethodDefinition=true);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9688 bool isVariadic, bool MethodDefinition);