Home
last modified time | relevance | path

Searched refs:COK_CompoundLiteral (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h1990 enum CleanupObjectKind { COK_Block, COK_CompoundLiteral }; enumerator
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1835 Record.push_back(serialization::COK_CompoundLiteral); in VisitExprWithCleanups()
DASTReaderStmt.cpp1931 else if (CleanupKind == COK_CompoundLiteral) in VisitExprWithCleanups()