Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h650 unsigned DeclTypedefAbbrev = 0; variable
853 unsigned getDeclTypedefAbbrev() const { return DeclTypedefAbbrev; } in getDeclTypedefAbbrev()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2707 DeclTypedefAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()