Searched refs:MethodLoc (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1229 SourceLocation MethodLoc = method->getLocStart(); local 1230 if (MethodLoc.isValid()) 1231 Diag(MethodLoc, diag::note_method_declared_at) << method; 3064 SourceLocation MethodLoc, SourceLocation EndLoc, 3077 Diag(MethodLoc, diag::error_missing_method_context); 3089 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) 3095 Diag(MethodLoc, diag::warn_missing_method_return_type) 3100 ObjCMethodDecl::Create(Context, MethodLoc, EndLoc, Sel, 3209 SourceLocation MethodLoc = IMD->getLocation(); local 3210 if (!getSourceManager().isInSystemHeader(MethodLoc)) { 3062 ActOnMethodDeclaration( Scope *S, SourceLocation MethodLoc, SourceLocation EndLoc, tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, ArrayRef<SourceLocation> SelectorLocs, Selector Sel, ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, bool isVariadic, bool MethodDefinition) argument [all...] |
H A D | SemaObjCProperty.cpp | 1792 SourceLocation MethodLoc = local 1795 Diag(MethodLoc, diag::warn_atomic_property_rule) 1825 Diag(MethodLoc, diag::note_atomic_property_fixup_suggest);
|
Completed in 86 milliseconds