Home | History | Annotate | Download | only in Sema

Lines Matching defs:IdentLoc

6052                                    SourceLocation IdentLoc,
6058 SourceLocation Loc = II ? IdentLoc : LBrace;
6405 SourceLocation IdentLoc,
6415 S.Diag(IdentLoc, diag::err_using_directive_member_suggest)
6420 S.Diag(IdentLoc, diag::err_using_directive_suggest)
6422 << FixItHint::CreateReplacement(IdentLoc, CorrectedStr);
6437 SourceLocation IdentLoc,
6442 assert(IdentLoc.isValid() && "Invalid NamespceName location.");
6455 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
6466 Diag(IdentLoc, diag::ext_using_undefined_std);
6471 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
6497 IdentLoc, Named, CommonAncestor);
6500 !SourceMgr.isFromMainFile(SourceMgr.getExpansionLoc(IdentLoc))) {
6501 Diag(IdentLoc, diag::warn_using_directive_in_header);
6506 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();
6844 SourceLocation IdentLoc = NameInfo.getLoc();
6845 assert(IdentLoc.isValid() && "Invalid TargetName location.");
6850 Diag(IdentLoc, diag::err_using_requires_qualname);
6876 if (CheckUsingDeclRedeclaration(UsingLoc, IsTypeName, SS, IdentLoc, Previous))
6880 if (CheckUsingDeclQualifier(UsingLoc, SS, IdentLoc))
6892 IdentLoc, NameInfo.getName());
6940 Diag(IdentLoc, diag::err_no_member)
6954 Diag(IdentLoc, diag::err_using_typename_non_type);
6966 Diag(IdentLoc, diag::err_using_dependent_value_is_type);
6976 Diag(IdentLoc, diag::err_using_decl_can_not_refer_to_namespace)
7369 SourceLocation IdentLoc,
7373 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName);
7405 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) {
7406 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();
7414 IdentLoc, R.getFoundDecl());