Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DASTWriter.h703 unsigned getDeclVarAbbrev() const { return DeclVarAbbrev; } in getDeclVarAbbrev() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1078 AbbrevToUse = Writer.getDeclVarAbbrev(); in VisitVarDecl()