HomeSort by: relevance | last modified time | path
    Searched refs:UsingLoc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2881 SourceLocation UsingLoc;
2896 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc,
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,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 471 SourceLocation UsingLoc = ConsumeToken();
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,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 11438 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...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2932 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,
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3039 SourceLocation UsingLoc,
3059 SourceLocation UsingLoc,
3063 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5661 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,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1685 D->UsingLoc = readSourceLocation();

Completed in 69 milliseconds