Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DASTWriter.h700 unsigned getDeclParmVarAbbrev() const { return DeclParmVarAbbrev; } in getDeclParmVarAbbrev() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1121 AbbrevToUse = Writer.getDeclParmVarAbbrev(); in VisitParmVarDecl()