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

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp647 valueDest.isExternallyDestructed(),
917 bool isExternallyDestructed = Dest.isExternallyDestructed(); local
932 Dest.setExternallyDestructed(isExternallyDestructed);
965 bool wasExternallyDestructed = Dest.isExternallyDestructed();
H A DCGValue.h448 IsDestructed_t isExternallyDestructed() const { function in class:clang::CodeGen::AggValueSlot

Completed in 77 milliseconds