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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1274 SourceLocation MethodLoc = method->getLocStart(); local
1275 if (MethodLoc.isValid())
1276 S.Diag(MethodLoc, diag::note_method_declared_at) << method;
3045 SourceLocation MethodLoc, SourceLocation EndLoc,
3058 Diag(MethodLoc, diag::error_missing_method_context);
3070 if (CheckFunctionReturnType(resultDeclType, MethodLoc))
3076 Diag(MethodLoc, diag::warn_missing_method_return_type)
3081 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,
3043 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, AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, bool isVariadic, bool MethodDefinition) argument
H A DSemaObjCProperty.cpp1795 SourceLocation MethodLoc = local
1798 Diag(MethodLoc, diag::warn_atomic_property_rule)
1828 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest);

Completed in 121 milliseconds