Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2931 SourceLocation UsingLoc; variable
2946 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() argument
2952 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl()
3000 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc()
3010 SourceLocation UsingLoc,
3019 return SourceRange(UsingLoc, getLocation()); in getSourceRange()
3790 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() argument
3796 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl()
3838 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
3891 UsingLoc), in UnresolvedUsingTypenameDecl()
[all …]
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp488 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
508 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration()
532 SourceLocation UsingLoc, in ParseUsingDirective() argument
696 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() argument
712 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
745 getCurScope(), AS, UsingLoc, UELoc, IdentLoc, *IdentInfo, &SS); in ParseUsingDeclaration()
806 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
869 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() argument
2759 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
2769 Diag(UsingLoc, diag::err_using_namespace_in_class); in ParseCXXClassMemberDeclaration()
[all …]
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp11840 SourceLocation UsingLoc, in ActOnUsingDeclaration() argument
11892 if (UsingLoc.isInvalid()) { in ActOnUsingDeclaration()
12394 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() argument
12451 Diag(UsingLoc, diag::err_using_if_exists_on_ctor); in BuildUsingDeclaration()
12539 getSourceManager().isInSystemHeader(UsingLoc)) in BuildUsingDeclaration()
12936 UsingLoc, in CheckUsingDeclQualifier()
13125 Diag(UsingLoc, diag::err_alias_template_extra_headers) in ActOnAliasDeclaration()
13636 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
13652 DeclarationNameInfo NameInfo(Name, UsingLoc); in findInheritingConstructor()
13692 Context, DerivedCtor, UsingLoc, UsingLoc, /*IdentifierInfo=*/nullptr, in findInheritingConstructor()
[all …]
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2969 SourceLocation UsingLoc, in Create() argument
2978 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias, in Create()
3169 SourceLocation UsingLoc, in Create() argument
3173 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create()
3197 SourceLocation UsingLoc, in Create() argument
3204 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc, in Create()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3150 SourceLocation UsingLoc,
3170 SourceLocation UsingLoc,
3175 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc,
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6144 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc,
6169 bool CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
6174 bool CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename,
6182 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc,
6188 SourceLocation UsingLoc,
6205 SourceLocation UsingLoc,
6210 SourceLocation UsingLoc,
6216 SourceLocation UsingLoc, UnqualifiedId &Name,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1865 D->UsingLoc = readSourceLocation(); in VisitUsingDirectiveDecl()