Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Serialization/
DASTWriter.h723 unsigned getDeclRecordAbbrev() const { return DeclRecordAbbrev; } in getDeclRecordAbbrev() function
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriterDecl.cpp514 AbbrevToUse = Writer.getDeclRecordAbbrev(); in VisitRecordDecl()