Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2618 SourceLocation UsingLoc; variable
2641 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() argument
2647 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl()
2680 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc()
2690 SourceLocation UsingLoc,
2699 return SourceRange(UsingLoc, getLocation()); in getSourceRange()
3200 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() argument
3205 UsingLocation(UsingLoc), QualifierLoc(QualifierLoc), in UnresolvedUsingValueDecl()
3233 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
3279 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() argument
[all …]
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2860 SourceLocation UsingLoc; variable
2875 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() argument
2881 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl()
2929 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc()
2939 SourceLocation UsingLoc,
2948 return SourceRange(UsingLoc, getLocation()); in getSourceRange()
3599 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() argument
3605 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl()
3647 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
3693 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() argument
[all …]
/external/clang/lib/Parse/
DParseDeclCXX.cpp389 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
402 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration()
406 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs); in ParseUsingDirectiveOrDeclaration()
414 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, in ParseUsingDirectiveOrDeclaration()
429 SourceLocation UsingLoc, in ParseUsingDirective() argument
477 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
494 SourceLocation UsingLoc, in ParseUsingDeclaration() argument
653 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
677 UsingLoc, Name, Attrs.getList(), in ParseUsingDeclaration()
682 /* HasUsingKeyword */ true, UsingLoc, in ParseUsingDeclaration()
[all …]
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp471 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
491 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration()
495 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs); in ParseUsingDirectiveOrDeclaration()
504 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, in ParseUsingDirectiveOrDeclaration()
519 SourceLocation UsingLoc, in ParseUsingDirective() argument
580 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
676 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() argument
710 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec); in ParseUsingDeclaration()
724 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
752 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration()
[all …]
/external/clang/lib/AST/
DDeclCXX.cpp2123 SourceLocation UsingLoc, in Create() argument
2132 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias, in Create()
2249 SourceLocation UsingLoc, in Create() argument
2252 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create()
2274 SourceLocation UsingLoc, in Create() argument
2280 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc, in Create()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7704 SourceLocation UsingLoc, in ActOnUsingDirective() argument
7768 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
7805 SourceLocation UsingLoc, in ActOnUsingDeclaration() argument
7862 NamedDecl *UD = BuildUsingDeclaration(S, AS, UsingLoc, SS, in ActOnUsingDeclaration()
8233 SourceLocation UsingLoc, in BuildUsingDeclaration() argument
8289 if (CheckUsingDeclRedeclaration(UsingLoc, HasTypenameKeyword, in BuildUsingDeclaration()
8294 if (CheckUsingDeclQualifier(UsingLoc, SS, NameInfo, IdentLoc)) in BuildUsingDeclaration()
8304 UsingLoc, TypenameLoc, in BuildUsingDeclaration()
8308 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration()
8318 UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLoc, in BuildUsingDeclaration()
[all …]
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2913 SourceLocation UsingLoc, in Create() argument
2922 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias, in Create()
3088 SourceLocation UsingLoc, in Create() argument
3092 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create()
3116 SourceLocation UsingLoc, in Create() argument
3123 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc, in Create()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp11379 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() argument
11442 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
11476 SourceLocation UsingLoc, in ActOnUsingDeclaration() argument
11528 if (UsingLoc.isInvalid()) { in ActOnUsingDeclaration()
11549 BuildUsingDeclaration(S, AS, UsingLoc, TypenameLoc.isValid(), TypenameLoc, in ActOnUsingDeclaration()
11942 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() argument
12005 if (CheckUsingDeclRedeclaration(UsingLoc, HasTypenameKeyword, in BuildUsingDeclaration()
12010 if (CheckUsingDeclQualifier(UsingLoc, HasTypenameKeyword, SS, NameInfo, in BuildUsingDeclaration()
12021 UsingLoc, TypenameLoc, in BuildUsingDeclaration()
12026 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration()
[all …]
/external/llvm-project/clang/include/clang/Parse/
DParser.h2966 SourceLocation UsingLoc,
2986 SourceLocation UsingLoc,
2990 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc,
/external/clang/include/clang/Parse/
DParser.h2405 SourceLocation UsingLoc,
2410 SourceLocation UsingLoc,
/external/clang/include/clang/Sema/
DSema.h4217 SourceLocation UsingLoc,
4242 bool CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
4247 bool CheckUsingDeclQualifier(SourceLocation UsingLoc,
4253 SourceLocation UsingLoc,
4273 SourceLocation UsingLoc,
4282 SourceLocation UsingLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h5514 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc,
5538 bool CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
5543 bool CheckUsingDeclQualifier(SourceLocation UsingLoc,
5550 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc,
5567 SourceLocation UsingLoc,
5573 SourceLocation UsingLoc, UnqualifiedId &Name,
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1437 D->UsingLoc = ReadSourceLocation(Record, Idx); in VisitUsingDirectiveDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1685 D->UsingLoc = readSourceLocation(); in VisitUsingDirectiveDecl()