Lines Matching refs:IdentLoc

7334                                    SourceLocation IdentLoc,
7341 SourceLocation Loc = II ? IdentLoc : LBrace;
7361 LookupResult R(*this, II, IdentLoc, LookupOrdinaryName, ForRedeclaration);
7677 SourceLocation IdentLoc,
7707 SourceLocation IdentLoc,
7712 assert(IdentLoc.isValid() && "Invalid NamespceName location.");
7725 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
7736 Diag(IdentLoc, diag::ext_using_undefined_std);
7741 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
7750 DiagnoseUseOfDecl(Named, IdentLoc);
7770 IdentLoc, Named, CommonAncestor);
7773 !SourceMgr.isInMainFile(SourceMgr.getExpansionLoc(IdentLoc))) {
7774 Diag(IdentLoc, diag::warn_using_directive_in_header);
7779 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();
8241 SourceLocation IdentLoc = NameInfo.getLoc();
8242 assert(IdentLoc.isValid() && "Invalid TargetName location.");
8247 Diag(IdentLoc, diag::err_using_requires_qualname);
8290 SS, IdentLoc, Previous))
8294 if (CheckUsingDeclQualifier(UsingLoc, SS, NameInfo, IdentLoc))
8306 IdentLoc, NameInfo.getName());
8401 Diag(IdentLoc, diag::err_no_member)
8413 Diag(IdentLoc, diag::err_using_typename_non_type);
8424 Diag(IdentLoc, diag::err_using_dependent_value_is_type);
8433 Diag(IdentLoc, diag::err_using_decl_can_not_refer_to_namespace)
8442 Diag(IdentLoc, diag::err_using_decl_can_not_refer_to_scoped_enum)
8898 SourceLocation IdentLoc,
8902 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName);
8909 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) {
8910 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();
8959 DiagnoseUseOfDecl(ND, IdentLoc);
8964 IdentLoc, ND);