Home
last modified time | relevance | path

Searched refs:ExprWithCleanupsBits (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1377 ExprWithCleanupsBits.CleanupsHaveSideEffects = CleanupsHaveSideEffects; in ExprWithCleanups()
1378 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()
1394 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3464 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()
3472 return ExprWithCleanupsBits.CleanupsHaveSideEffects; in cleanupsHaveSideEffects()
H A DStmt.h1253 ExprWithCleanupsBitfields ExprWithCleanupsBits; in alignas() member
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1977 E->ExprWithCleanupsBits.CleanupsHaveSideEffects = Record.readInt(); in VisitExprWithCleanups()