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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2782 SourceLocation MethodLoc, SourceLocation EndLoc,
2795 Diag(MethodLoc, diag::error_missing_method_context);
2810 Diag(MethodLoc, diag::err_object_cannot_be_passed_returned_by_value)
2818 Diag(MethodLoc, diag::warn_missing_method_return_type)
2823 ObjCMethodDecl::Create(Context, MethodLoc, EndLoc, Sel,
2934 SourceLocation MethodLoc = IMD->getLocation(); local
2935 if (!getSourceManager().isInSystemHeader(MethodLoc)) {
2937 Diag(MethodLoc, diag::note_method_declared_at)
2780 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.cpp1750 SourceLocation MethodLoc = local
1753 Diag(MethodLoc, diag::warn_atomic_property_rule)
1783 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest);

Completed in 70 milliseconds