Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h588 void WriteDecl(ASTContext &Context, Decl *D);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2716 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl() function in ASTWriter
H A DASTWriter.cpp5095 WriteDecl(Context, DOT.getDecl()); in WriteASTCore()