Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp149 SourceLocation MethodLoc = D->getSelectorStartLoc(); in handleObjCMethod() local
150 if (MethodLoc.isInvalid()) in handleObjCMethod()
151 MethodLoc = D->getLocation(); in handleObjCMethod()
166 MethodLoc = AttrLoc; in handleObjCMethod()
175 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2237 SourceLocation MethodLoc = method->getBeginLoc(); in WarnUndefinedMethod() local
2238 if (MethodLoc.isValid()) in WarnUndefinedMethod()
2239 S.Diag(MethodLoc, diag::note_method_declared_at) << method; in WarnUndefinedMethod()
4702 Scope *S, SourceLocation MethodLoc, SourceLocation EndLoc, in ActOnMethodDeclaration() argument
4713 Diag(MethodLoc, diag::err_missing_method_context); in ActOnMethodDeclaration()
4725 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
4733 Diag(MethodLoc, diag::warn_missing_method_return_type) in ActOnMethodDeclaration()
4738 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2229 SourceLocation MethodLoc = in AtomicPropertySetterGetterRules() local
2232 Diag(MethodLoc, diag::warn_atomic_property_rule) in AtomicPropertySetterGetterRules()
2254 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest); in AtomicPropertySetterGetterRules()