Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5576 void FileScopeAsmDecl::anchor() {} in anchor()
5578 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5582 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
5585 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
5587 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
H A DDeclPrinter.cpp75 void VisitFileScopeAsmDecl(FileScopeAsmDecl *D);
1007 void DeclPrinter::VisitFileScopeAsmDecl(FileScopeAsmDecl *D) { in VisitFileScopeAsmDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4393 class FileScopeAsmDecl : public Decl {
4397 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl() function
4404 static FileScopeAsmDecl *Create(ASTContext &C, DeclContext *DC,
4408 static FileScopeAsmDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID);
H A DASTNodeTraverser.h577 void VisitFileScopeAsmDecl(const FileScopeAsmDecl *D) { in VisitFileScopeAsmDecl()
H A DRecursiveASTVisitor.h1589 DEF_TRAVERSE_DECL(FileScopeAsmDecl,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp128 void VisitFileScopeAsmDecl(FileScopeAsmDecl *D);
1272 void ASTDeclWriter::VisitFileScopeAsmDecl(FileScopeAsmDecl *D) { in VisitFileScopeAsmDecl()
2788 if (isa<FileScopeAsmDecl, TopLevelStmtDecl, ObjCImplDecl>(D)) in isRequiredDecl()
H A DASTReaderDecl.cpp410 void VisitFileScopeAsmDecl(FileScopeAsmDecl *AD);
1752 void ASTDeclReader::VisitFileScopeAsmDecl(FileScopeAsmDecl *AD) { in VisitFileScopeAsmDecl()
3198 if (isa<FileScopeAsmDecl, TopLevelStmtDecl, ObjCProtocolDecl, ObjCImplDecl, in isConsumerInterestedIn()
4055 D = FileScopeAsmDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7058 auto *AD = cast<FileScopeAsmDecl>(D); in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20082 FileScopeAsmDecl *New = FileScopeAsmDecl::Create(Context, CurContext, in ActOnFileScopeAsmDecl()