Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h536 void WriteDecl(ASTContext &Context, Decl *D);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp2271 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl() function in ASTWriter
H A DASTWriter.cpp4993 WriteDecl(Context, DOT.getDecl()); in WriteASTCore()