Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h634 void WriteDecl(ASTContext &Context, Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2800 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl() function in ASTWriter
H A DASTWriter.cpp5660 WriteDecl(Context, DOT.getDecl()); in WriteDeclAndTypes()