Searched refs:MethodLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp144 SourceLocation MethodLoc = D->getSelectorStartLoc(); local
145 if (MethodLoc.isInvalid())
146 MethodLoc = D->getLocation();
161 MethodLoc = AttrLoc;
170 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2227 SourceLocation MethodLoc = method->getBeginLoc(); local
2228 if (MethodLoc.isValid())
2229 S.Diag(MethodLoc, diag::note_method_declared_at) << method;
4584 Scope *S, SourceLocation MethodLoc, SourceLocation EndLoc,
4595 Diag(MethodLoc, diag::err_missing_method_context);
4607 if (CheckFunctionReturnType(resultDeclType, MethodLoc))
4615 Diag(MethodLoc, diag::warn_missing_method_return_type)
4620 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,
4583 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) argument
H A DSemaObjCProperty.cpp2239 SourceLocation MethodLoc = local
2242 Diag(MethodLoc, diag::warn_atomic_property_rule)
2265 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest);

Completed in 105 milliseconds