Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h2023 enum CleanupObjectKind { COK_Block, COK_CompoundLiteral }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1972 Record.push_back(serialization::COK_Block); in VisitExprWithCleanups()
H A DASTReaderStmt.cpp1976 if (CleanupKind == COK_Block) in VisitExprWithCleanups()