• Home
  • Raw
  • Download

Lines Matching refs:IdentLoc

10850     SourceLocation IdentLoc, IdentifierInfo *II, SourceLocation LBrace,  in ActOnStartNamespaceDef()  argument
10854 SourceLocation Loc = II ? IdentLoc : LBrace; in ActOnStartNamespaceDef()
10874 LookupResult R(*this, II, IdentLoc, LookupOrdinaryName, in ActOnStartNamespaceDef()
11353 SourceLocation IdentLoc, in TryNamespaceTypoCorrection() argument
11381 SourceLocation IdentLoc, in ActOnUsingDirective() argument
11386 assert(IdentLoc.isValid() && "Invalid NamespceName location."); in ActOnUsingDirective()
11399 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective()
11410 Diag(IdentLoc, diag::ext_using_undefined_std); in ActOnUsingDirective()
11415 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
11424 DiagnoseUseOfDecl(Named, IdentLoc); in ActOnUsingDirective()
11444 IdentLoc, Named, CommonAncestor); in ActOnUsingDirective()
11447 !SourceMgr.isInMainFile(SourceMgr.getExpansionLoc(IdentLoc))) { in ActOnUsingDirective()
11448 Diag(IdentLoc, diag::warn_using_directive_in_header); in ActOnUsingDirective()
11453 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange(); in ActOnUsingDirective()
11947 SourceLocation IdentLoc = NameInfo.getLoc(); in BuildUsingDeclaration() local
11948 assert(IdentLoc.isValid() && "Invalid TargetName location."); in BuildUsingDeclaration()
12006 SS, IdentLoc, Previous)) in BuildUsingDeclaration()
12011 IdentLoc)) in BuildUsingDeclaration()
12023 IdentLoc, NameInfo.getName(), in BuildUsingDeclaration()
12131 Diag(IdentLoc, diag::err_no_member) in BuildUsingDeclaration()
12143 Diag(IdentLoc, diag::err_using_typename_non_type); in BuildUsingDeclaration()
12154 Diag(IdentLoc, diag::err_using_dependent_value_is_type); in BuildUsingDeclaration()
12163 Diag(IdentLoc, diag::err_using_decl_can_not_refer_to_namespace) in BuildUsingDeclaration()
12172 Diag(IdentLoc, diag::err_using_decl_can_not_refer_to_scoped_enum) in BuildUsingDeclaration()
12668 SourceLocation IdentLoc, in ActOnNamespaceAliasDef() argument
12672 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName); in ActOnNamespaceAliasDef()
12679 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) { in ActOnNamespaceAliasDef()
12680 Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange(); in ActOnNamespaceAliasDef()
12729 DiagnoseUseOfDecl(ND, IdentLoc); in ActOnNamespaceAliasDef()
12734 IdentLoc, ND); in ActOnNamespaceAliasDef()