Searched refs:EmptyDecl (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Decl.cpp | 5039 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 D | DeclPrinter.cpp | 67 void VisitEmptyDecl(EmptyDecl *D); 978 void DeclPrinter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
|
| H A D | ASTImporter.cpp | 480 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 D | Decl.h | 4535 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 D | RecursiveASTVisitor.h | 1443 DEF_TRAVERSE_DECL(EmptyDecl, {})
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 597 if (isa<EmptyDecl>(D)) in getUnnamedDeclKind()
|
| H A D | SemaDeclCXX.cpp | 15897 Decl *ED = EmptyDecl::Create(Context, CurContext, SemiLoc); in ActOnEmptyDeclaration()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 129 void VisitEmptyDecl(EmptyDecl *D); 1156 void ASTDeclWriter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
|
| H A D | ASTReaderDecl.cpp | 405 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 D | BuildTree.cpp | 1521 bool WalkUpFromEmptyDecl(EmptyDecl *S) { in WalkUpFromEmptyDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6565 if (isa<EmptyDecl>(D) || isa<DeclContext>(D) || in getSingleCompoundChild()
|