Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Sema/
DScope.h32 class UsingDirectiveDecl; variable
190 typedef SmallVector<UsingDirectiveDecl *, 2> UsingDirectivesTy;
442 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
DSema.h4194 UsingDirectiveDecl * &UsingDecl);
4224 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/external/clang/lib/AST/
DDeclCXX.cpp2029 void UsingDirectiveDecl::anchor() { } in anchor()
2031 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2040 return new (C, DC) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc, in Create()
2044 UsingDirectiveDecl *UsingDirectiveDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
2046 return new (C, ID) UsingDirectiveDecl(nullptr, SourceLocation(), in CreateDeserialized()
2052 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace()
DDeclBase.cpp1321 if ((D->getIdentifierNamespace() == 0 && !isa<UsingDirectiveDecl>(D)) || in shouldBeHidden()
1682 UsingDirectiveDecl *DeclContext::udir_iterator::operator*() const { in operator *()
1683 return cast<UsingDirectiveDecl>(*I); in operator *()
1691 lookup_result Result = lookup(UsingDirectiveDecl::getName()); in using_directives()
DDeclPrinter.cpp74 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
816 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
DASTDumper.cpp444 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
1290 void ASTDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
DDecl.cpp1560 if (auto *UD = dyn_cast<UsingDirectiveDecl>(this)) in declarationReplaces()
1562 cast<UsingDirectiveDecl>(OldD)->getNominatedNamespace() in declarationReplaces()
/external/clang/tools/libclang/
DCursorVisitor.h237 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
DCXIndexDataConsumer.cpp121 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
DCIndex.cpp1213 bool CursorVisitor::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
4107 if (isa<UsingDirectiveDecl>(D)) in getDeclSpelling()
5649 return MakeCXCursor(cast<UsingDirectiveDecl>(D)->getNominatedNamespace(), in clang_getCursorDefinition()
/external/clang/include/clang/AST/
DDeclCXX.h2615 class UsingDirectiveDecl : public NamedDecl {
2641 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() function
2671 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
2689 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
2696 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);
DDeclBase.h57 class UsingDirectiveDecl; variable
1717 UsingDirectiveDecl *> udir_iterator_base;
1720 UsingDirectiveDecl *operator*() const;
DDeclarationName.h37 class UsingDirectiveDecl; variable
DRecursiveASTVisitor.h1492 DEF_TRAVERSE_DECL(UsingDirectiveDecl, {
/external/clang/lib/Index/
DIndexDecl.cpp363 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
DUSRGeneration.cpp98 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
/external/clang/lib/CodeGen/
DCGDebugInfo.h357 void EmitUsingDirective(const UsingDirectiveDecl &UD);
DCGDecl.cpp115 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(D)); in EmitDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp64 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1139 void ASTDeclWriter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
DASTReaderDecl.cpp269 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1435 void ASTDeclReader::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
3268 D = UsingDirectiveDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2328 Decl *TemplateDeclInstantiator::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
2332 UsingDirectiveDecl *Inst in VisitUsingDirectiveDecl()
2333 = UsingDirectiveDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitUsingDirectiveDecl()
DSemaLookup.cpp143 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit()
180 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
DSemaDeclCXX.cpp7338 UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef()
7453 UD = UsingDirectiveDecl::Create(Context, Parent, in ActOnStartNamespaceDef()
7719 UsingDirectiveDecl *UDir = nullptr; in ActOnUsingDirective()
7768 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
7788 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective()
/external/clang/lib/Parse/
DParseDeclCXX.cpp184 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace()
235 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1161 UsingDirectiveDecl> usingDirectiveDecl;

12