Searched defs:MethodLoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseOverrideCheck.cpp | 154 SourceLocation MethodLoc = Method->getLocation(); in check() local
|
/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 155 SourceLocation MethodLoc = D->getSelectorStartLoc(); in handleObjCMethod() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2206 SourceLocation MethodLoc = AtomicPropertySetterGetterRules() local
|
H A D | SemaDeclObjC.cpp | 2272 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
|