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.h619 void WriteDeclAndTypes(ASTContext &Context);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6082 WriteDeclAndTypes(SemaPtr->Context); in WriteASTCore()
6226 void ASTWriter::WriteDeclAndTypes(ASTContext &Context) { in WriteDeclAndTypes() function in ASTWriter