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

/external/clang/lib/AST/
H A DExprCXX.cpp1030 ExprWithCleanupsBits.NumObjects = objects.size();
1045 ExprWithCleanupsBits.NumObjects = numObjects;
/external/clang/include/clang/AST/
H A DStmt.h302 ExprWithCleanupsBitfields ExprWithCleanupsBits; member in union:clang::Stmt::__anon14915
H A DExprCXX.h2960 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; }

Completed in 371 milliseconds