/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3024 SourceLocation UsingLoc; variable 3039 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() argument 3045 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl() 3093 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() 3103 SourceLocation UsingLoc, 3112 return SourceRange(UsingLoc, getLocation()); in getSourceRange() 3884 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() argument 3890 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl() 3932 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, 3978 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() argument [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 500 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 520 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration() 524 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, Attrs); in ParseUsingDirectiveOrDeclaration() 529 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, Attrs, in ParseUsingDirectiveOrDeclaration() 544 SourceLocation UsingLoc, in ParseUsingDirective() argument 605 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective() 709 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() argument 725 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration() 764 getCurScope(), AS, UsingLoc, UELoc, IdentLoc, *IdentInfo, Type, &SS); in ParseUsingDeclaration() 777 UED = Actions.ActOnUsingEnumDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 12098 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() argument 12159 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective() 12195 SourceLocation UsingLoc, in ActOnUsingDeclaration() argument 12247 if (UsingLoc.isInvalid()) { in ActOnUsingDeclaration() 12268 BuildUsingDeclaration(S, AS, UsingLoc, TypenameLoc.isValid(), TypenameLoc, in ActOnUsingDeclaration() 12279 SourceLocation UsingLoc, in ActOnUsingEnumDeclaration() argument 12314 BuildUsingEnumDeclaration(S, AS, UsingLoc, EnumLoc, IdentLoc, TSI, Enum); in ActOnUsingEnumDeclaration() 12709 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() argument 12759 if (CheckUsingDeclRedeclaration(UsingLoc, HasTypenameKeyword, in BuildUsingDeclaration() 12766 Diag(UsingLoc, diag::err_using_if_exists_on_ctor); in BuildUsingDeclaration() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3054 SourceLocation UsingLoc, in Create() argument 3063 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias, in Create() 3255 SourceLocation UsingLoc, in Create() argument 3259 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create() 3283 SourceLocation UsingLoc, in Create() argument 3290 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc, in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3296 SourceLocation UsingLoc, 3316 SourceLocation UsingLoc, 3321 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc,
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 4821 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc, 4884 bool CheckUsingDeclRedeclaration(SourceLocation UsingLoc, 4898 bool CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename, 4911 SourceLocation UsingLoc, 4919 SourceLocation UsingLoc, 4937 SourceLocation UsingLoc, 4942 SourceLocation UsingLoc, 4948 SourceLocation UsingLoc, UnqualifiedId &Name,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1929 D->UsingLoc = readSourceLocation(); in VisitUsingDirectiveDecl()
|