Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h892 unsigned getCompoundStmtAbbrev() const { return CompoundStmtAbbrev; } in getCompoundStmtAbbrev() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp152 AbbrevToUse = Writer.getCompoundStmtAbbrev(); in VisitCompoundStmt()