Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp1124 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()
1139 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
/external/clang/include/clang/AST/
DStmt.h254 ExprWithCleanupsBitfields ExprWithCleanupsBits; in LLVM_ALIGNAS() member
DExprCXX.h2930 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()