Home | History | Annotate | Download | only in Sema

Lines Matching defs:UsingLoc

6434                                           SourceLocation UsingLoc,
6495 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
6532 SourceLocation UsingLoc,
6582 UsingLoc = Name.getLocStart();
6584 Diag(UsingLoc, diag::warn_access_decl_deprecated)
6592 NamedDecl *UD = BuildUsingDeclaration(S, AS, UsingLoc, SS,
6836 SourceLocation UsingLoc,
6876 if (CheckUsingDeclRedeclaration(UsingLoc, IsTypeName, SS, IdentLoc, Previous))
6880 if (CheckUsingDeclQualifier(UsingLoc, SS, IdentLoc))
6890 UsingLoc, TypenameLoc,
6894 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc,
6898 D = UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLoc,
7029 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
7088 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc,
7223 SourceLocation UsingLoc,
7263 TypeAliasDecl *NewTD = TypeAliasDecl::Create(Context, CurContext, UsingLoc,
7285 Diag(UsingLoc, diag::err_alias_template_extra_headers)
7299 Diag(UsingLoc, diag::err_redefinition_different_kind)
7340 TypeAliasTemplateDecl::Create(Context, CurContext, UsingLoc,
7702 SourceLocation UsingLoc = UD ? UD->getLocation() :
7735 Diag(UsingLoc, diag::warn_using_decl_constructor_ellipsis);
7784 Diag(UsingLoc, diag::err_using_decl_constructor_conflict);
7801 DeclarationNameInfo DNI(CreatedCtorName, UsingLoc);
7803 Context, ClassDecl, UsingLoc, DNI, NewCtorType,
7819 UsingLoc, UsingLoc,