Home
last modified time | relevance | path

Searched defs:isExternallyDestructed (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h382 bool isExternallyDestructed() const { return IsExternallyDestructed; } in isExternallyDestructed() function
H A DCGValue.h583 IsDestructed_t isExternallyDestructed() const { in isExternallyDestructed() function
H A DCGExprAgg.cpp1241 bool isExternallyDestructed = Dest.isExternallyDestructed(); in VisitAbstractConditionalOperator() local