Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2918 SourceLocation UsingLoc;
2933 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc,
2939 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
2987 SourceLocation getUsingLoc() const { return UsingLoc; }
2997 SourceLocation UsingLoc,
3006 return SourceRange(UsingLoc, getLocation());
3587 SourceLocation UsingLoc,
3593 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc),
3635 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
3688 UsingLoc),
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp468 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
481 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration()
494 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, in ParseUsingDirectiveOrDeclaration()
509 SourceLocation UsingLoc, in ParseUsingDirective() argument
693 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec); in ParseUsingDeclaration()
707 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
766 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() argument
839 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
2540 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
2543 Diag(UsingLoc, diag::err_using_namespace_in_class); in ParseCXXClassMemberDeclaration()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2640 SourceLocation UsingLoc, in Create() argument
2649 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias, in Create()
2785 SourceLocation UsingLoc, in Create() argument
2789 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create()
2813 SourceLocation UsingLoc, in Create() argument
2820 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp9454 SourceLocation UsingLoc, in ActOnUsingDeclaration() argument
9506 if (UsingLoc.isInvalid()) { in ActOnUsingDeclaration()
9915 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() argument
10055 getSourceManager().isInSystemHeader(UsingLoc)) in BuildUsingDeclaration()
10295 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier() argument
10370 UsingLoc, in CheckUsingDeclQualifier()
10550 Diag(UsingLoc, diag::err_alias_template_extra_headers) in ActOnAliasDeclaration()
11046 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
11062 DeclarationNameInfo NameInfo(Name, UsingLoc); in findInheritingConstructor()
11099 Context, DerivedCtor, UsingLoc, UsingLoc, /*IdentifierInfo=*/nullptr, in findInheritingConstructor()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2683 SourceLocation UsingLoc,
2703 SourceLocation UsingLoc,
2707 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4631 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc,
4655 bool CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
4660 bool CheckUsingDeclQualifier(SourceLocation UsingLoc,
4667 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc,
4684 SourceLocation UsingLoc,
4690 SourceLocation UsingLoc, UnqualifiedId &Name,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1614 D->UsingLoc = ReadSourceLocation(); in VisitUsingDirectiveDecl()