Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1274 SourceLocation MethodLoc = method->getLocStart(); in WarnUndefinedMethod() local
1275 if (MethodLoc.isValid()) in WarnUndefinedMethod()
1276 S.Diag(MethodLoc, diag::note_method_declared_at) << method; in WarnUndefinedMethod()
3045 SourceLocation MethodLoc, SourceLocation EndLoc, in ActOnMethodDeclaration() argument
3058 Diag(MethodLoc, diag::error_missing_method_context); in ActOnMethodDeclaration()
3070 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
3076 Diag(MethodLoc, diag::warn_missing_method_return_type) in ActOnMethodDeclaration()
3081 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
DSemaObjCProperty.cpp1795 SourceLocation MethodLoc = in AtomicPropertySetterGetterRules() local
1798 Diag(MethodLoc, diag::warn_atomic_property_rule) in AtomicPropertySetterGetterRules()
1828 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest); in AtomicPropertySetterGetterRules()