Searched defs:MethodDefinition (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1039 ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind,bool MethodDefinition) ParseObjCMethodPrototype() argument 1391 ParseObjCMethodDecl(SourceLocation mLoc,tok::TokenKind mType,tok::ObjCKeywordKind MethodImplKind,bool MethodDefinition) ParseObjCMethodDecl() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 4729 ActOnMethodDeclaration(Scope * S,SourceLocation MethodLoc,SourceLocation EndLoc,tok::TokenKind MethodType,ObjCDeclSpec & ReturnQT,ParsedType ReturnType,ArrayRef<SourceLocation> SelectorLocs,Selector Sel,ObjCArgInfo * ArgInfo,DeclaratorChunk::ParamInfo * CParamInfo,unsigned CNumArgs,const ParsedAttributesView & AttrList,tok::ObjCKeywordKind MethodDeclKind,bool isVariadic,bool MethodDefinition) ActOnMethodDeclaration() argument
|