Home
last modified time | relevance | path

Searched refs:WriteDeclAndTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h584 void WriteDeclAndTypes(ASTContext &Context);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5517 WriteDeclAndTypes(Context); in WriteASTCore()
5644 void ASTWriter::WriteDeclAndTypes(ASTContext &Context) { in WriteDeclAndTypes() function in ASTWriter