Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1367 ExprWithCleanupsBits.CleanupsHaveSideEffects = CleanupsHaveSideEffects; in ExprWithCleanups()
1368 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()
1384 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h3448 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()
3456 return ExprWithCleanupsBits.CleanupsHaveSideEffects; in cleanupsHaveSideEffects()
H A DStmt.h1074 ExprWithCleanupsBitfields ExprWithCleanupsBits; member
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1946 E->ExprWithCleanupsBits.CleanupsHaveSideEffects = Record.readInt(); in VisitExprWithCleanups()