Searched defs:isExternallyDestructed (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCall.h | 376 bool isExternallyDestructed() const { return IsExternallyDestructed; } isExternallyDestructed() function |
H A D | CGValue.h | 618 IsDestructed_t isExternallyDestructed() const { isExternallyDestructed() function |
H A D | CGExprAgg.cpp | 1269 bool isExternallyDestructed = Dest.isExternallyDestructed(); VisitAbstractConditionalOperator() local |