Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp974 bool MethodDefinition) { in ParseObjCMethodPrototype() argument
980 MethodDefinition); in ParseObjCMethodPrototype()
1321 bool MethodDefinition) { in ParseObjCMethodDecl() argument
1375 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl()
1499 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1570 bool MethodDefinition = true);
1573 bool MethodDefinition=true);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp4533 bool isVariadic, bool MethodDefinition) { in ActOnMethodDeclaration() argument
4588 (MethodDefinition ? diag::warn_method_param_redefinition in ActOnMethodDeclaration()
4756 if (MethodDefinition && in ActOnMethodDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8189 bool isVariadic, bool MethodDefinition);