Lines Matching defs:IdentLoc

11626                                    SourceLocation IdentLoc, IdentifierInfo *II,
11632 SourceLocation Loc = II ? IdentLoc : LBrace;
11666 LookupResult R(*this, II, IdentLoc, LookupOrdinaryName,
12162 SourceLocation IdentLoc,
12199 SourceLocation IdentLoc,
12204 assert(IdentLoc.isValid() && "Invalid NamespceName location.");
12215 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
12226 Diag(IdentLoc, diag::ext_using_undefined_std);
12231 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
12240 DiagnoseUseOfDecl(Named, IdentLoc);
12260 IdentLoc, Named, CommonAncestor);
12263 !SourceMgr.isInMainFile(SourceMgr.getExpansionLoc(IdentLoc))) {
12264 Diag(IdentLoc, diag::warn_using_directive_in_header);
12269 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();
12384 SourceLocation IdentLoc = TyLoc.getBegin();
12387 Diag(IdentLoc, isDependentScopeSpecifier(*SS)
12395 Diag(IdentLoc, diag::err_using_enum_is_dependent);
12401 Diag(IdentLoc, diag::err_using_enum_not_enum) << EnumTy;
12409 TSI = Context.getTrivialTypeSourceInfo(EnumTy, IdentLoc);
12412 BuildUsingEnumDeclaration(S, AS, UsingLoc, EnumLoc, IdentLoc, TSI, Enum);
12813 SourceLocation IdentLoc = NameInfo.getLoc();
12814 assert(IdentLoc.isValid() && "Invalid TargetName location.");
12858 SS, IdentLoc, Previous))
12874 SS, NameInfo, IdentLoc))
12882 IdentLoc, NameInfo.getName(),
12931 IdentLoc, &R))
13001 Diag(IdentLoc, diag::err_no_member)
13014 Diag(IdentLoc, diag::err_using_typename_non_type);
13025 Diag(IdentLoc, diag::err_using_dependent_value_is_type);
13034 Diag(IdentLoc, diag::err_using_decl_can_not_refer_to_namespace)
13623 SourceLocation IdentLoc,
13627 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName);
13634 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) {
13635 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();
13684 DiagnoseUseOfDecl(ND, IdentLoc);
13689 IdentLoc, ND);