Home
last modified time | relevance | path

Searched refs:UsingLoc (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2917 SourceLocation UsingLoc; variable
2932 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() argument
2938 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl()
2986 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc()
2996 SourceLocation UsingLoc,
3005 return SourceRange(UsingLoc, getLocation()); in getSourceRange()
3762 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() argument
3768 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl()
3810 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
3863 UsingLoc), in UnresolvedUsingTypenameDecl()
[all …]
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp479 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
499 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration()
523 SourceLocation UsingLoc, in ParseUsingDirective() argument
685 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() argument
706 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
758 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec); in ParseUsingDeclaration()
769 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
832 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() argument
2670 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
2680 Diag(UsingLoc, diag::err_using_namespace_in_class); in ParseCXXClassMemberDeclaration()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp11742 SourceLocation UsingLoc, in ActOnUsingDeclaration() argument
11794 if (UsingLoc.isInvalid()) { in ActOnUsingDeclaration()
12286 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() argument
12343 Diag(UsingLoc, diag::err_using_if_exists_on_ctor); in BuildUsingDeclaration()
12431 getSourceManager().isInSystemHeader(UsingLoc)) in BuildUsingDeclaration()
12827 UsingLoc, in CheckUsingDeclQualifier()
13016 Diag(UsingLoc, diag::err_alias_template_extra_headers) in ActOnAliasDeclaration()
13527 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
13543 DeclarationNameInfo NameInfo(Name, UsingLoc); in findInheritingConstructor()
13583 Context, DerivedCtor, UsingLoc, UsingLoc, /*IdentifierInfo=*/nullptr, in findInheritingConstructor()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2934 SourceLocation UsingLoc, in Create() argument
2943 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias, in Create()
3128 SourceLocation UsingLoc, in Create() argument
3132 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create()
3156 SourceLocation UsingLoc, in Create() argument
3163 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc, in Create()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3049 SourceLocation UsingLoc,
3069 SourceLocation UsingLoc,
3074 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc,
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5995 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc,
6020 bool CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
6025 bool CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename,
6033 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc,
6039 SourceLocation UsingLoc,
6055 SourceLocation UsingLoc,
6060 SourceLocation UsingLoc,
6064 SourceLocation UsingLoc, UnqualifiedId &Name,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1802 D->UsingLoc = readSourceLocation(); in VisitUsingDirectiveDecl()