Home
last modified time | relevance | path

Searched refs:EmptyDecl (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp5182 void EmptyDecl::anchor() {} in anchor()
5184 EmptyDecl *EmptyDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) { in Create()
5185 return new (C, DC) EmptyDecl(DC, L); in Create()
5188 EmptyDecl *EmptyDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
5189 return new (C, ID) EmptyDecl(nullptr, SourceLocation()); in CreateDeserialized()
H A DDeclPrinter.cpp67 void VisitEmptyDecl(EmptyDecl *D);
983 void DeclPrinter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
H A DASTImporter.cpp514 ExpectedDecl VisitEmptyDecl(EmptyDecl *D);
2252 ExpectedDecl ASTNodeImporter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
2263 EmptyDecl *ToD; in VisitEmptyDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4650 class EmptyDecl : public Decl {
4651 EmptyDecl(DeclContext *DC, SourceLocation L) : Decl(Empty, DC, L) {} in EmptyDecl() function
4656 static EmptyDecl *Create(ASTContext &C, DeclContext *DC,
4658 static EmptyDecl *CreateDeserialized(ASTContext &C, unsigned ID);
H A DRecursiveASTVisitor.h1552 DEF_TRAVERSE_DECL(EmptyDecl, {})
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp790 if (isa<EmptyDecl>(D)) in getUnnamedDeclKind()
H A DSemaDeclCXX.cpp16353 Decl *ED = EmptyDecl::Create(Context, CurContext, SemiLoc); in ActOnEmptyDeclaration()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp409 void VisitEmptyDecl(EmptyDecl *D);
2549 void ASTDeclReader::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
3848 D = EmptyDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp132 void VisitEmptyDecl(EmptyDecl *D);
1168 void ASTDeclWriter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1526 bool WalkUpFromEmptyDecl(EmptyDecl *S) { in WalkUpFromEmptyDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6531 if (isa<EmptyDecl>(D) || isa<DeclContext>(D) || in getSingleCompoundChild()