Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1268 SourceLocation MethodLoc = method->getLocStart(); in WarnUndefinedMethod() local
1269 if (MethodLoc.isValid()) in WarnUndefinedMethod()
1270 S.Diag(MethodLoc, diag::note_method_declared_at) << method; in WarnUndefinedMethod()
3101 SourceLocation MethodLoc, SourceLocation EndLoc, in ActOnMethodDeclaration() argument
3114 Diag(MethodLoc, diag::error_missing_method_context); in ActOnMethodDeclaration()
3126 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
3132 Diag(MethodLoc, diag::warn_missing_method_return_type) in ActOnMethodDeclaration()
3137 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
DSemaObjCProperty.cpp1802 SourceLocation MethodLoc = in AtomicPropertySetterGetterRules() local
1805 Diag(MethodLoc, diag::warn_atomic_property_rule) in AtomicPropertySetterGetterRules()
1835 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest); in AtomicPropertySetterGetterRules()