Home
last modified time | relevance | path

Searched refs:COK_Block (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.cpp1832 Record.push_back(serialization::COK_Block); in VisitExprWithCleanups()
DASTReaderStmt.cpp1929 if (CleanupKind == COK_Block) in VisitExprWithCleanups()