Home
last modified time | relevance | path

Searched refs:isExternallyDestructed (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp665 valueDest.isExternallyDestructed(), in VisitCastExpr()
938 bool isExternallyDestructed = Dest.isExternallyDestructed(); in VisitAbstractConditionalOperator() local
953 Dest.setExternallyDestructed(isExternallyDestructed); in VisitAbstractConditionalOperator()
983 bool wasExternallyDestructed = Dest.isExternallyDestructed(); in VisitCXXBindTemporaryExpr()
DCGValue.h533 IsDestructed_t isExternallyDestructed() const { in isExternallyDestructed() function