Searched refs:MethodLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2782 SourceLocation MethodLoc, SourceLocation EndLoc, in ActOnMethodDeclaration() argument 2795 Diag(MethodLoc, diag::error_missing_method_context); in ActOnMethodDeclaration() 2810 Diag(MethodLoc, diag::err_object_cannot_be_passed_returned_by_value) in ActOnMethodDeclaration() 2818 Diag(MethodLoc, diag::warn_missing_method_return_type) in ActOnMethodDeclaration() 2823 ObjCMethodDecl::Create(Context, MethodLoc, EndLoc, Sel, in ActOnMethodDeclaration() 2934 SourceLocation MethodLoc = IMD->getLocation(); in ActOnMethodDeclaration() local 2935 if (!getSourceManager().isInSystemHeader(MethodLoc)) { in ActOnMethodDeclaration() 2937 Diag(MethodLoc, diag::note_method_declared_at) in ActOnMethodDeclaration()
|
D | SemaObjCProperty.cpp | 1750 SourceLocation MethodLoc = in AtomicPropertySetterGetterRules() local 1753 Diag(MethodLoc, diag::warn_atomic_property_rule) in AtomicPropertySetterGetterRules() 1783 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest); in AtomicPropertySetterGetterRules()
|