Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2142 SourceLocation MethodLoc = method->getLocStart(); in WarnUndefinedMethod() local
2143 if (MethodLoc.isValid()) in WarnUndefinedMethod()
2144 S.Diag(MethodLoc, diag::note_method_declared_at) << method; in WarnUndefinedMethod()
4280 SourceLocation MethodLoc, SourceLocation EndLoc, in ActOnMethodDeclaration() argument
4293 Diag(MethodLoc, diag::error_missing_method_context); in ActOnMethodDeclaration()
4305 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
4313 Diag(MethodLoc, diag::warn_missing_method_return_type) in ActOnMethodDeclaration()
4318 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
DSemaObjCProperty.cpp2004 SourceLocation MethodLoc = in AtomicPropertySetterGetterRules() local
2007 Diag(MethodLoc, diag::warn_atomic_property_rule) in AtomicPropertySetterGetterRules()
2030 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest); in AtomicPropertySetterGetterRules()