Home
last modified time | relevance | path

Searched refs:UsingDirectiveDecl (Results 1 – 22 of 22) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h24 class UsingDirectiveDecl; variable
152 typedef SmallVector<UsingDirectiveDecl *, 2> UsingDirectivesTy;
311 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
DTemplate.h426 Decl *VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
DSema.h3416 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/external/clang/lib/AST/
DDeclCXX.cpp1797 void UsingDirectiveDecl::anchor() { } in anchor()
1799 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1808 return new (C) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc, in Create()
1812 UsingDirectiveDecl *
1813 UsingDirectiveDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
1814 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UsingDirectiveDecl)); in CreateDeserialized()
1815 return new (Mem) UsingDirectiveDecl(0, SourceLocation(), SourceLocation(), in CreateDeserialized()
1820 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace()
DDeclPrinter.cpp65 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
713 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
DDeclBase.cpp1140 if ((D->getIdentifierNamespace() == 0 && !isa<UsingDirectiveDecl>(D)) || in shouldBeHidden()
1426 lookup_const_result Result = lookup(UsingDirectiveDecl::getName()); in getUsingDirectives()
DASTDumper.cpp203 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
889 void ASTDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
DDecl.cpp1226 return cast<UsingDirectiveDecl>(this)->getNominatedNamespace() in declarationReplaces()
1228 cast<UsingDirectiveDecl>(OldD)->getNominatedNamespace() in declarationReplaces()
/external/clang/include/clang/AST/
DDeclCXX.h2424 class UsingDirectiveDecl : public NamedDecl {
2449 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc,
2479 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace();
2497 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
2504 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);
DDeclarationName.h35 class UsingDirectiveDecl; variable
DDeclBase.h50 class UsingDirectiveDecl; variable
1462 typedef UsingDirectiveDecl * const * udir_iterator;
DRecursiveASTVisitor.h1386 DEF_TRAVERSE_DECL(UsingDirectiveDecl, {
/external/clang/tools/libclang/
DCursorVisitor.h234 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
DIndexDecl.cpp263 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
DCIndexUSRs.cpp90 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
DRecursiveASTVisitor.h1322 DEF_TRAVERSE_DECL(UsingDirectiveDecl, {
DCIndex.cpp1148 bool CursorVisitor::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
3139 if (isa<UsingDirectiveDecl>(D)) in getDeclSpelling()
4475 return MakeCXCursor(cast<UsingDirectiveDecl>(D)->getNominatedNamespace(), in clang_getCursorDefinition()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1984 Decl *TemplateDeclInstantiator::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
1988 UsingDirectiveDecl *Inst in VisitUsingDirectiveDecl()
1989 = UsingDirectiveDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitUsingDirectiveDecl()
DSemaLookup.cpp142 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit()
159 UsingDirectiveDecl *UD = *I; in addUsingDirectives()
182 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
DSemaDeclCXX.cpp6179 UsingDirectiveDecl* UD in ActOnStartNamespaceDef()
6180 = UsingDirectiveDecl::Create(Context, Parent, in ActOnStartNamespaceDef()
6449 UsingDirectiveDecl *UDir = 0; in ActOnUsingDirective()
6495 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
6515 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp219 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1054 void ASTDeclReader::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
2006 D = UsingDirectiveDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
DASTWriterDecl.cpp56 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
907 void ASTDeclWriter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()