Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp643 bool MethodDefinition) { in ParseObjCMethodPrototype() argument
649 MethodDefinition); in ParseObjCMethodPrototype()
957 bool MethodDefinition) { in ParseObjCMethodDecl() argument
1012 false, MethodDefinition); in ParseObjCMethodDecl()
1142 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1296 bool MethodDefinition = true);
1299 bool MethodDefinition=true);
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3098 bool isVariadic, bool MethodDefinition) { in ActOnMethodDeclaration() argument
3152 (MethodDefinition ? diag::warn_method_param_redefinition in ActOnMethodDeclaration()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h7120 bool isVariadic, bool MethodDefinition);