Searched defs:IILoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseInit.cpp250 SourceLocation IILoc = Tok.getLocation(); local
256 = Actions.getObjCMessageKind(getCurScope(), II, IILoc,
/external/clang/lib/Sema/
H A DSemaTemplate.cpp222 SourceLocation IILoc,
237 Diag(IILoc, diag::err_template_kw_missing)
239 << FixItHint::CreateInsertion(IILoc, "template ");
7871 SourceLocation IILoc) {
7895 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName);
7918 IILoc);
7919 Diag(IILoc, diag::err_typename_refers_to_using_value_decl)
7962 IILoc);
7963 Diag(IILoc, DiagID) << FullRange << Name << Ctx;
221 DiagnoseUnknownTemplateName(const IdentifierInfo &II, SourceLocation IILoc, Scope *S, const CXXScopeSpec *SS, TemplateTy &SuggestedTemplate, TemplateNameKind &SuggestedKind) argument
7867 CheckTypenameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo &II, SourceLocation IILoc) argument
H A DSemaDecl.cpp509 SourceLocation IILoc,
520 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(II, IILoc),
546 SourceRange(IILoc));
548 IILoc, S, tmpSS.isSet() ? &tmpSS : SS, false,
559 Name.setIdentifier(II, IILoc);
567 Diag(IILoc, diag::err_template_missing_args) << TplName;
580 Diag(IILoc, diag::err_unknown_typename) << II;
582 Diag(IILoc, diag::err_typename_nested_not_found)
591 << SourceRange(SS->getRange().getBegin(), IILoc)
594 *SS, *II, IILoc)
508 DiagnoseUnknownTypeName(IdentifierInfo *&II, SourceLocation IILoc, Scope *S, CXXScopeSpec *SS, ParsedType &SuggestedType, bool AllowClassTemplates) argument
[all...]

Completed in 116 milliseconds