Home
last modified time | relevance | path

Searched refs:WriteDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h533 void WriteDecl(ASTContext &Context, Decl *D);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp2404 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl() function in ASTWriter
H A DASTWriter.cpp4892 WriteDecl(Context, DOT.getDecl()); in WriteASTCore()