Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp5039 void EmptyDecl::anchor() {} in anchor()
5041 EmptyDecl *EmptyDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) { in Create()
5042 return new (C, DC) EmptyDecl(DC, L); in Create()
5045 EmptyDecl *EmptyDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
5046 return new (C, ID) EmptyDecl(nullptr, SourceLocation()); in CreateDeserialized()
H A DDeclPrinter.cpp67 void VisitEmptyDecl(EmptyDecl *D);
978 void DeclPrinter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
H A DASTImporter.cpp480 ExpectedDecl VisitEmptyDecl(EmptyDecl *D);
2248 ExpectedDecl ASTNodeImporter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
2259 EmptyDecl *ToD; in VisitEmptyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4535 class EmptyDecl : public Decl {
4536 EmptyDecl(DeclContext *DC, SourceLocation L) : Decl(Empty, DC, L) {} in EmptyDecl() function
4541 static EmptyDecl *Create(ASTContext &C, DeclContext *DC,
4543 static EmptyDecl *CreateDeserialized(ASTContext &C, unsigned ID);
H A DRecursiveASTVisitor.h1443 DEF_TRAVERSE_DECL(EmptyDecl, {})
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp597 if (isa<EmptyDecl>(D)) in getUnnamedDeclKind()
H A DSemaDeclCXX.cpp15897 Decl *ED = EmptyDecl::Create(Context, CurContext, SemiLoc); in ActOnEmptyDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp129 void VisitEmptyDecl(EmptyDecl *D);
1156 void ASTDeclWriter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
H A DASTReaderDecl.cpp405 void VisitEmptyDecl(EmptyDecl *D);
2423 void ASTDeclReader::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
4065 D = EmptyDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1521 bool WalkUpFromEmptyDecl(EmptyDecl *S) { in WalkUpFromEmptyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6565 if (isa<EmptyDecl>(D) || isa<DeclContext>(D) || in getSingleCompoundChild()