Searched refs:IILoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseInit.cpp | 250 SourceLocation IILoc = Tok.getLocation(); in ParseInitializerWithPotentialDesignator() local 256 getCurScope(), II, IILoc, II == Ident_super, in ParseInitializerWithPotentialDesignator() 277 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 224 SourceLocation IILoc, in DiagnoseUnknownTemplateName() argument 239 Diag(IILoc, diag::err_template_kw_missing) in DiagnoseUnknownTemplateName() 241 << FixItHint::CreateInsertion(IILoc, "template "); in DiagnoseUnknownTemplateName() 8147 SourceLocation IILoc) { in CheckTypenameType() argument 8171 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName); in CheckTypenameType() 8194 IILoc); in CheckTypenameType() 8195 Diag(IILoc, diag::err_typename_refers_to_using_value_decl) in CheckTypenameType() 8239 IILoc); in CheckTypenameType() 8240 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()
|
D | SemaDecl.cpp | 556 SourceLocation IILoc, in DiagnoseUnknownTypeName() argument 567 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName() 594 SourceRange(IILoc)); in DiagnoseUnknownTypeName() 596 IILoc, S, tmpSS.isSet() ? &tmpSS : SS, false, in DiagnoseUnknownTypeName() 607 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName() 615 Diag(IILoc, diag::err_template_missing_args) << TplName; in DiagnoseUnknownTypeName() 628 Diag(IILoc, diag::err_unknown_typename) << II; in DiagnoseUnknownTypeName() 630 Diag(IILoc, diag::err_typename_nested_not_found) in DiagnoseUnknownTypeName() 639 << SourceRange(SS->getRange().getBegin(), IILoc) in DiagnoseUnknownTypeName() 642 *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1495 SourceLocation IILoc, 2013 SourceLocation IILoc); 5548 SourceLocation IILoc, 5915 SourceLocation IILoc);
|