Home
last modified time | relevance | path

Searched refs:FileScopeAsmDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5725 void FileScopeAsmDecl::anchor() {} in anchor()
5727 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5730 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
5733 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
5735 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
5739 std::string FileScopeAsmDecl::getAsmString() const { in getAsmString()
H A DDeclPrinter.cpp76 void VisitFileScopeAsmDecl(FileScopeAsmDecl *D);
1043 void DeclPrinter::VisitFileScopeAsmDecl(FileScopeAsmDecl *D) { in VisitFileScopeAsmDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4504 class FileScopeAsmDecl : public Decl {
4508 FileScopeAsmDecl(DeclContext *DC, Expr *asmstring, SourceLocation StartL, in FileScopeAsmDecl() function
4515 static FileScopeAsmDecl *Create(ASTContext &C, DeclContext *DC, Expr *Str,
4519 static FileScopeAsmDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID);
H A DASTNodeTraverser.h607 void VisitFileScopeAsmDecl(const FileScopeAsmDecl *D) { in VisitFileScopeAsmDecl()
H A DRecursiveASTVisitor.h1619 DEF_TRAVERSE_DECL(FileScopeAsmDecl,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp140 void VisitFileScopeAsmDecl(FileScopeAsmDecl *D);
1436 void ASTDeclWriter::VisitFileScopeAsmDecl(FileScopeAsmDecl *D) { in VisitFileScopeAsmDecl()
3029 if (isa<FileScopeAsmDecl, TopLevelStmtDecl, ObjCImplDecl>(D)) in isRequiredDecl()
H A DASTReaderDecl.cpp401 void VisitFileScopeAsmDecl(FileScopeAsmDecl *AD);
1763 void ASTDeclReader::VisitFileScopeAsmDecl(FileScopeAsmDecl *AD) { in VisitFileScopeAsmDecl()
3246 if (isa<FileScopeAsmDecl, TopLevelStmtDecl, ObjCProtocolDecl, ObjCImplDecl, in isConsumerInterestedIn()
4132 D = FileScopeAsmDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7384 auto *AD = cast<FileScopeAsmDecl>(D); in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20565 FileScopeAsmDecl *New = in ActOnFileScopeAsmDecl()
20566 FileScopeAsmDecl::Create(Context, CurContext, expr, StartLoc, EndLoc); in ActOnFileScopeAsmDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2263 …PNS_16FileScopeAsmDeclE", "clang::ASTDeclReader::VisitFileScopeAsmDecl(clang::FileScopeAsmDecl*)"},
2579 …PNS_16FileScopeAsmDeclE", "clang::ASTDeclWriter::VisitFileScopeAsmDecl(clang::FileScopeAsmDecl*)"},
9684 …NS_11DeclContextENS_14SourceLocationEPNS_13StringLiteralE", "clang::FileScopeAsmDecl::Create(clang…
9729 {"_ZN5clang16FileScopeAsmDeclD1Ev", "clang::FileScopeAsmDecl::~FileScopeAsmDecl()"},
9730 {"_ZN5clang16FileScopeAsmDeclD0Ev", "clang::FileScopeAsmDecl::~FileScopeAsmDecl()"},
26453 {"_ZTVN5clang16FileScopeAsmDeclE", "vtable for clang::FileScopeAsmDecl"},