Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1269 SourceLocation MethodLoc = method->getLocStart(); in WarnUndefinedMethod() local
1270 if (MethodLoc.isValid()) in WarnUndefinedMethod()
1271 S.Diag(MethodLoc, diag::note_method_declared_at) << method; in WarnUndefinedMethod()
3088 SourceLocation MethodLoc, SourceLocation EndLoc, in ActOnMethodDeclaration() argument
3101 Diag(MethodLoc, diag::error_missing_method_context); in ActOnMethodDeclaration()
3113 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
3119 Diag(MethodLoc, diag::warn_missing_method_return_type) in ActOnMethodDeclaration()
3124 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp1799 SourceLocation MethodLoc = in AtomicPropertySetterGetterRules() local
1802 Diag(MethodLoc, diag::warn_atomic_property_rule) in AtomicPropertySetterGetterRules()
1832 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest); in AtomicPropertySetterGetterRules()