Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp155 SourceLocation MethodLoc = D->getSelectorStartLoc(); in handleObjCMethod() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2224 SourceLocation MethodLoc = AtomicPropertySetterGetterRules() local
H A DSemaDeclObjC.cpp2264 SourceLocation MethodLoc = method->getBeginLoc(); WarnUndefinedMethod() local
4721 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