Searched refs:MethodDefinition (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 927 bool MethodDefinition) { in ParseObjCMethodPrototype() argument 933 MethodDefinition); in ParseObjCMethodPrototype() 1166 bool MethodDefinition) { in ParseObjCMethodDecl() argument 1219 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl() 1334 getCurScope(), ArgInfo, ObjCParamInfo.size(), MethodDefinition); in ParseObjCMethodDecl() 1351 methodAttrs, MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 356 bool MethodDefinition); 369 bool isVariadic, bool MethodDefinition);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 4731 bool MethodDefinition) { in ActOnMethodParmDeclaration() argument 4750 (MethodDefinition ? diag::warn_method_param_redefinition in ActOnMethodParmDeclaration() 4791 bool isVariadic, bool MethodDefinition) { in ActOnMethodDeclaration() argument 5074 if (MethodDefinition && in ActOnMethodDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 5729 bool MethodDefinition = true); 5764 bool MethodDefinition = true);
|