Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp1034 ExprWithCleanupsBits.CleanupsHaveSideEffects = CleanupsHaveSideEffects; in ExprWithCleanups()
1035 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()
1051 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
/external/clang/include/clang/AST/
DExprCXX.h2969 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()
2979 return ExprWithCleanupsBits.CleanupsHaveSideEffects; in cleanupsHaveSideEffects()
DStmt.h266 ExprWithCleanupsBitfields ExprWithCleanupsBits; in LLVM_ALIGNAS() member
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1462 E->ExprWithCleanupsBits.CleanupsHaveSideEffects = Record[Idx++]; in VisitExprWithCleanups()