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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2881 SourceLocation UsingLoc; member in class:clang::UsingDirectiveDecl
2896 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, argument
2902 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
2950 SourceLocation getUsingLoc() const { return UsingLoc; }
2960 SourceLocation UsingLoc,
2969 return SourceRange(UsingLoc, getLocation());
3620 SourceLocation UsingLoc,
3626 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc),
3668 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
3619 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, SourceLocation EllipsisLoc) argument
3714 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName, SourceLocation EllipsisLoc) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp471 SourceLocation UsingLoc = ConsumeToken(); local
491 Diag(UsingLoc, diag::err_templated_using_directive_declaration)
495 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
504 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
519 SourceLocation UsingLoc,
580 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
676 SourceLocation UsingLoc, SourceLocation &DeclEnd,
709 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec);
723 Diag(UsingLoc, diag::err_templated_using_directive_declaration)
751 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc,
518 ParseUsingDirective(DeclaratorContext Context, SourceLocation UsingLoc, SourceLocation &DeclEnd, ParsedAttributes &attrs) argument
674 ParseUsingDeclaration(DeclaratorContext Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, SourceLocation &DeclEnd, AccessSpecifier AS) argument
781 ParseAliasDeclarationAfterDeclarator( const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, UsingDeclarator &D, SourceLocation &DeclEnd, AccessSpecifier AS, ParsedAttributes &Attrs, Decl **OwnedType) argument
2624 SourceLocation UsingLoc = ConsumeToken(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11438 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc,
11501 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
11535 SourceLocation UsingLoc,
11587 if (UsingLoc.isInvalid()) {
11608 BuildUsingDeclaration(S, AS, UsingLoc, TypenameLoc.isValid(), TypenameLoc,
12001 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc,
12064 if (CheckUsingDeclRedeclaration(UsingLoc, HasTypenameKeyword,
12069 if (CheckUsingDeclQualifier(UsingLoc, HasTypenameKeyword, SS, NameInfo,
12080 UsingLoc, TypenameLoc,
12085 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc,
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2932 SourceLocation UsingLoc,
2941 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias,
3107 SourceLocation UsingLoc,
3111 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc,
3135 SourceLocation UsingLoc,
3142 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3039 SourceLocation UsingLoc,
3059 SourceLocation UsingLoc,
3063 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5661 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc,
5685 bool CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
5690 bool CheckUsingDeclQualifier(SourceLocation UsingLoc,
5697 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc,
5714 SourceLocation UsingLoc,
5720 SourceLocation UsingLoc, UnqualifiedId &Name,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1685 D->UsingLoc = readSourceLocation();

Completed in 535 milliseconds