Lines Matching refs:IdentLoc

11116     SourceLocation IdentLoc, IdentifierInfo *II, SourceLocation LBrace,  in ActOnStartNamespaceDef()  argument
11120 SourceLocation Loc = II ? IdentLoc : LBrace; in ActOnStartNamespaceDef()
11140 LookupResult R(*this, II, IdentLoc, LookupOrdinaryName, in ActOnStartNamespaceDef()
11619 SourceLocation IdentLoc, in TryNamespaceTypoCorrection() argument
11647 SourceLocation IdentLoc, in ActOnUsingDirective() argument
11652 assert(IdentLoc.isValid() && "Invalid NamespceName location."); in ActOnUsingDirective()
11665 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective()
11676 Diag(IdentLoc, diag::ext_using_undefined_std); in ActOnUsingDirective()
11681 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
11690 DiagnoseUseOfDecl(Named, IdentLoc); in ActOnUsingDirective()
11710 IdentLoc, Named, CommonAncestor); in ActOnUsingDirective()
11713 !SourceMgr.isInMainFile(SourceMgr.getExpansionLoc(IdentLoc))) { in ActOnUsingDirective()
11714 Diag(IdentLoc, diag::warn_using_directive_in_header); in ActOnUsingDirective()
11719 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange(); in ActOnUsingDirective()
12292 SourceLocation IdentLoc = NameInfo.getLoc(); in BuildUsingDeclaration() local
12293 assert(IdentLoc.isValid() && "Invalid TargetName location."); in BuildUsingDeclaration()
12337 SS, IdentLoc, Previous)) in BuildUsingDeclaration()
12353 SS, NameInfo, IdentLoc)) in BuildUsingDeclaration()
12361 IdentLoc, NameInfo.getName(), in BuildUsingDeclaration()
12410 IdentLoc, &R)) in BuildUsingDeclaration()
12480 Diag(IdentLoc, diag::err_no_member) in BuildUsingDeclaration()
12493 Diag(IdentLoc, diag::err_using_typename_non_type); in BuildUsingDeclaration()
12504 Diag(IdentLoc, diag::err_using_dependent_value_is_type); in BuildUsingDeclaration()
12513 Diag(IdentLoc, diag::err_using_decl_can_not_refer_to_namespace) in BuildUsingDeclaration()
13108 SourceLocation IdentLoc, in ActOnNamespaceAliasDef() argument
13112 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName); in ActOnNamespaceAliasDef()
13119 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) { in ActOnNamespaceAliasDef()
13120 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange(); in ActOnNamespaceAliasDef()
13169 DiagnoseUseOfDecl(ND, IdentLoc); in ActOnNamespaceAliasDef()
13174 IdentLoc, ND); in ActOnNamespaceAliasDef()