Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdentLoc

6700                                    SourceLocation IdentLoc,
6706 SourceLocation Loc = II ? IdentLoc : LBrace;
7052 SourceLocation IdentLoc,
7083 SourceLocation IdentLoc,
7088 assert(IdentLoc.isValid() && "Invalid NamespceName location.");
7101 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
7112 Diag(IdentLoc, diag::ext_using_undefined_std);
7117 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
7143 IdentLoc, Named, CommonAncestor);
7146 !SourceMgr.isInMainFile(SourceMgr.getExpansionLoc(IdentLoc))) {
7147 Diag(IdentLoc, diag::warn_using_directive_in_header);
7152 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();
7575 SourceLocation IdentLoc = NameInfo.getLoc();
7576 assert(IdentLoc.isValid() && "Invalid TargetName location.");
7581 Diag(IdentLoc, diag::err_using_requires_qualname);
7615 SS, IdentLoc, Previous))
7619 if (CheckUsingDeclQualifier(UsingLoc, SS, NameInfo, IdentLoc))
7631 IdentLoc, NameInfo.getName());
7724 Diag(IdentLoc, diag::err_no_member)
7736 Diag(IdentLoc, diag::err_using_typename_non_type);
7747 Diag(IdentLoc, diag::err_using_dependent_value_is_type);
7756 Diag(IdentLoc, diag::err_using_decl_can_not_refer_to_namespace)
8190 SourceLocation IdentLoc,
8194 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName);
8226 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) {
8227 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();
8235 IdentLoc, R.getFoundDecl());