Home | History | Annotate | Download | only in Sema

Lines Matching defs:UsingLoc

5814                                           SourceLocation UsingLoc,
5875 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
5910 SourceLocation UsingLoc,
5960 UsingLoc = Name.getLocStart();
5962 Diag(UsingLoc, diag::warn_access_decl_deprecated)
5970 NamedDecl *UD = BuildUsingDeclaration(S, AS, UsingLoc, SS,
6214 SourceLocation UsingLoc,
6254 if (CheckUsingDeclRedeclaration(UsingLoc, IsTypeName, SS, IdentLoc, Previous))
6258 if (CheckUsingDeclQualifier(UsingLoc, SS, IdentLoc))
6268 UsingLoc, TypenameLoc,
6272 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc,
6276 D = UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLoc,
6407 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
6466 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc,
6601 SourceLocation UsingLoc,
6640 TypeAliasDecl *NewTD = TypeAliasDecl::Create(Context, CurContext, UsingLoc,
6660 Diag(UsingLoc, diag::err_alias_template_extra_headers)
6674 Diag(UsingLoc, diag::err_redefinition_different_kind)
6715 TypeAliasTemplateDecl::Create(Context, CurContext, UsingLoc,
7076 SourceLocation UsingLoc = UD ? UD->getLocation() :
7149 Diag(UsingLoc, diag::err_using_decl_constructor_conflict);
7163 DeclarationNameInfo DNI(CreatedCtorName, UsingLoc);
7165 Context, ClassDecl, UsingLoc, DNI, QualType(NewCtorType, 0),
7177 UsingLoc, UsingLoc,