Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h607 unsigned DeclTypedefAbbrev = 0; variable
806 unsigned getDeclTypedefAbbrev() const { return DeclTypedefAbbrev; } in getDeclTypedefAbbrev()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp2485 DeclTypedefAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()