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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2470 SourceLocation UsingLoc; member in class:clang::UsingDirectiveDecl
2493 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, argument
2499 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
2532 SourceLocation getUsingLoc() const { return UsingLoc; }
2542 SourceLocation UsingLoc,
2551 return SourceRange(UsingLoc, getLocation());
2907 SourceLocation UsingLoc,
2912 UsingLocation(UsingLoc), QualifierLoc(QualifierLoc),
2940 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
2906 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2976 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1956 SourceLocation UsingLoc,
1964 return new (C) NamespaceAliasDecl(DC, UsingLoc, AliasLoc, Alias,
2048 SourceLocation UsingLoc,
2051 return new (C) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc,
2073 SourceLocation UsingLoc,
2078 return new (C) UnresolvedUsingTypenameDecl(DC, UsingLoc, TypenameLoc,
1955 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2047 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2072 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, DeclarationName TargetName) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp344 SourceLocation UsingLoc = ConsumeToken(); local
357 Diag(UsingLoc, diag::err_templated_using_directive)
361 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
369 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
384 SourceLocation UsingLoc,
432 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
449 SourceLocation UsingLoc,
597 Diag(UsingLoc, diag::err_templated_using_declaration)
621 UsingLoc, Name, Attrs.getList(),
626 /* HasUsingKeyword */ true, UsingLoc,
383 ParseUsingDirective(unsigned Context, SourceLocation UsingLoc, SourceLocation &DeclEnd, ParsedAttributes &attrs) argument
447 ParseUsingDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, SourceLocation &DeclEnd, AccessSpecifier AS, Decl **OwnedType) argument
2058 SourceLocation UsingLoc = ConsumeToken(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6871 SourceLocation UsingLoc,
6932 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
6969 SourceLocation UsingLoc,
7026 NamedDecl *UD = BuildUsingDeclaration(S, AS, UsingLoc, SS,
7311 SourceLocation UsingLoc,
7351 if (CheckUsingDeclRedeclaration(UsingLoc, HasTypenameKeyword,
7356 if (CheckUsingDeclQualifier(UsingLoc, SS, IdentLoc))
7366 UsingLoc, TypenameLoc,
7370 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc,
7374 D = UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLo
6870 ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, SourceLocation NamespcLoc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *NamespcName, AttributeList *AttrList) argument
6966 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7310 BuildUsingDeclaration(Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, AttributeList *AttrList, bool IsInstantiation, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7522 CheckUsingDeclRedeclaration(SourceLocation UsingLoc, bool HasTypenameKeyword, const CXXScopeSpec &SS, SourceLocation NameLoc, const LookupResult &Prev) argument
7581 CheckUsingDeclQualifier(SourceLocation UsingLoc, const CXXScopeSpec &SS, SourceLocation NameLoc) argument
7713 ActOnAliasDeclaration(Scope *S, AccessSpecifier AS, MultiTemplateParamsArg TemplateParamLists, SourceLocation UsingLoc, UnqualifiedId &Name, AttributeList *AttrList, TypeResult Type) argument
8284 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); local
8352 declareCtor(SourceLocation UsingLoc, const CXXConstructorDecl *BaseCtor, QualType DerivedType) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2128 SourceLocation UsingLoc,
2133 SourceLocation UsingLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3653 SourceLocation UsingLoc,
3678 bool CheckUsingDeclRedeclaration(SourceLocation UsingLoc,
3683 bool CheckUsingDeclQualifier(SourceLocation UsingLoc,
3688 SourceLocation UsingLoc,
3701 SourceLocation UsingLoc,
3710 SourceLocation UsingLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1151 D->UsingLoc = ReadSourceLocation(Record, Idx);

Completed in 284 milliseconds