Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp1026 bool MethodDefinition) { in ParseObjCMethodPrototype() argument
1032 MethodDefinition); in ParseObjCMethodPrototype()
1378 bool MethodDefinition) { in ParseObjCMethodDecl() argument
1430 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl()
1552 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1753 bool MethodDefinition = true);
1756 bool MethodDefinition=true);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp4730 bool isVariadic, bool MethodDefinition) { in ActOnMethodDeclaration() argument
4786 (MethodDefinition ? diag::warn_method_param_redefinition in ActOnMethodDeclaration()
5057 if (MethodDefinition && in ActOnMethodDeclaration()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10406 bool isVariadic, bool MethodDefinition);