Searched refs:FileScopeAsmDecl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5024 void FileScopeAsmDecl::anchor() {} in anchor() 5026 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create() 5030 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create() 5033 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 5035 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
|
| H A D | DeclPrinter.cpp | 74 void VisitFileScopeAsmDecl(FileScopeAsmDecl *D); 926 void DeclPrinter::VisitFileScopeAsmDecl(FileScopeAsmDecl *D) { in VisitFileScopeAsmDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 4105 class FileScopeAsmDecl : public Decl { 4109 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl() function 4116 static FileScopeAsmDecl *Create(ASTContext &C, DeclContext *DC, 4120 static FileScopeAsmDecl *CreateDeserialized(ASTContext &C, unsigned ID);
|
| H A D | ASTNodeTraverser.h | 471 void VisitFileScopeAsmDecl(const FileScopeAsmDecl *D) { in VisitFileScopeAsmDecl()
|
| H A D | RecursiveASTVisitor.h | 1447 DEF_TRAVERSE_DECL(FileScopeAsmDecl,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 601 if (isa<FileScopeAsmDecl>(D)) in getUnnamedDeclKind()
|
| H A D | SemaDecl.cpp | 18427 FileScopeAsmDecl *New = FileScopeAsmDecl::Create(Context, CurContext, in ActOnFileScopeAsmDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 123 void VisitFileScopeAsmDecl(FileScopeAsmDecl *D); 1151 void ASTDeclWriter::VisitFileScopeAsmDecl(FileScopeAsmDecl *D) { in VisitFileScopeAsmDecl() 2397 if (isa<FileScopeAsmDecl>(D) || isa<ObjCImplDecl>(D)) in isRequiredDecl()
|
| H A D | ASTReaderDecl.cpp | 399 void VisitFileScopeAsmDecl(FileScopeAsmDecl *AD); 1533 void ASTDeclReader::VisitFileScopeAsmDecl(FileScopeAsmDecl *AD) { in VisitFileScopeAsmDecl() 2858 if (isa<FileScopeAsmDecl>(D) || in isConsumerInterestedIn() 4030 D = FileScopeAsmDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 5871 auto *AD = cast<FileScopeAsmDecl>(D); in EmitTopLevelDecl()
|