Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1301 ExprWithCleanupsBits.CleanupsHaveSideEffects = CleanupsHaveSideEffects; in ExprWithCleanups()
1302 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()
1318 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h3392 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()
3400 return ExprWithCleanupsBits.CleanupsHaveSideEffects; in cleanupsHaveSideEffects()
H A DStmt.h1062 ExprWithCleanupsBitfields ExprWithCleanupsBits; in alignas() member
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1934 E->ExprWithCleanupsBits.CleanupsHaveSideEffects = Record.readInt(); in VisitExprWithCleanups()