Home
last modified time | relevance | path

Searched defs:MethodLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp154 SourceLocation MethodLoc = Method->getLocation(); in check() local
/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp155 SourceLocation MethodLoc = D->getSelectorStartLoc(); in handleObjCMethod() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2206 SourceLocation MethodLoc = AtomicPropertySetterGetterRules() local
H A DSemaDeclObjC.cpp2272 S.Diag(MethodLoc, diag::note_method_declared_at) << method; in WarnUndefinedMethod() local
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