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

/external/clang/include/clang/AST/
H A DDeclCXX.h2539 SourceLocation UsingLoc; member in class:clang::UsingDirectiveDecl
2562 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, argument
2568 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
2601 SourceLocation getUsingLoc() const { return UsingLoc; }
2611 SourceLocation UsingLoc,
2620 return SourceRange(UsingLoc, getLocation());
2983 SourceLocation UsingLoc,
2988 UsingLocation(UsingLoc), QualifierLoc(QualifierLoc),
3016 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
2982 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
3052 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument
[all...]
/external/clang/lib/AST/
H A DDeclCXX.cpp1974 SourceLocation UsingLoc,
1982 return new (C, DC) NamespaceAliasDecl(DC, UsingLoc, AliasLoc, Alias,
2066 SourceLocation UsingLoc,
2069 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc,
2091 SourceLocation UsingLoc,
2097 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc,
1973 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2065 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2090 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, DeclarationName TargetName) argument
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp373 SourceLocation UsingLoc = ConsumeToken(); local
386 Diag(UsingLoc, diag::err_templated_using_directive)
390 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
398 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
413 SourceLocation UsingLoc,
461 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
478 SourceLocation UsingLoc,
626 Diag(UsingLoc, diag::err_templated_using_declaration)
650 UsingLoc, Name, Attrs.getList(),
655 /* HasUsingKeyword */ true, UsingLoc,
412 ParseUsingDirective(unsigned Context, SourceLocation UsingLoc, SourceLocation &DeclEnd, ParsedAttributes &attrs) argument
476 ParseUsingDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, SourceLocation &DeclEnd, AccessSpecifier AS, Decl **OwnedType) argument
2107 SourceLocation UsingLoc = ConsumeToken(); local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7080 SourceLocation UsingLoc,
7141 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
7178 SourceLocation UsingLoc,
7235 NamedDecl *UD = BuildUsingDeclaration(S, AS, UsingLoc, SS,
7567 SourceLocation UsingLoc,
7614 if (CheckUsingDeclRedeclaration(UsingLoc, HasTypenameKeyword,
7619 if (CheckUsingDeclQualifier(UsingLoc, SS, NameInfo, IdentLoc))
7629 UsingLoc, TypenameLoc,
7633 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc,
7643 UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLo
7079 ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, SourceLocation NamespcLoc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *NamespcName, AttributeList *AttrList) argument
7175 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7566 BuildUsingDeclaration(Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, CXXScopeSpec &SS, DeclarationNameInfo NameInfo, AttributeList *AttrList, bool IsInstantiation, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7802 CheckUsingDeclRedeclaration(SourceLocation UsingLoc, bool HasTypenameKeyword, const CXXScopeSpec &SS, SourceLocation NameLoc, const LookupResult &Prev) argument
7860 CheckUsingDeclQualifier(SourceLocation UsingLoc, const CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, SourceLocation NameLoc) argument
8041 ActOnAliasDeclaration(Scope *S, AccessSpecifier AS, MultiTemplateParamsArg TemplateParamLists, SourceLocation UsingLoc, UnqualifiedId &Name, AttributeList *AttrList, TypeResult Type) argument
8600 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); local
8668 declareCtor(SourceLocation UsingLoc, const CXXConstructorDecl *BaseCtor, QualType DerivedType) argument
[all...]
/external/clang/include/clang/Parse/
H A DParser.h2254 SourceLocation UsingLoc,
2259 SourceLocation UsingLoc,
/external/clang/include/clang/Sema/
H A DSema.h3790 SourceLocation UsingLoc,
3815 bool CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
3820 bool CheckUsingDeclQualifier(SourceLocation UsingLoc,
3826 SourceLocation UsingLoc,
3839 SourceLocation UsingLoc,
3848 SourceLocation UsingLoc,
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1185 D->UsingLoc = ReadSourceLocation(Record, Idx);

Completed in 673 milliseconds