Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2117 SourceLocation MethodLoc = method->getLocStart(); in WarnUndefinedMethod() local
2118 if (MethodLoc.isValid()) in WarnUndefinedMethod()
2119 S.Diag(MethodLoc, diag::note_method_declared_at) << method; in WarnUndefinedMethod()
4131 SourceLocation MethodLoc, SourceLocation EndLoc, in ActOnMethodDeclaration() argument
4144 Diag(MethodLoc, diag::error_missing_method_context); in ActOnMethodDeclaration()
4156 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
4164 Diag(MethodLoc, diag::warn_missing_method_return_type) in ActOnMethodDeclaration()
4169 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
DSemaObjCProperty.cpp1944 SourceLocation MethodLoc = in AtomicPropertySetterGetterRules() local
1947 Diag(MethodLoc, diag::warn_atomic_property_rule) in AtomicPropertySetterGetterRules()
1970 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest); in AtomicPropertySetterGetterRules()