Searched defs:isExternallyDestructed (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCall.h | 395 bool isExternallyDestructed() const { return IsExternallyDestructed; } isExternallyDestructed() function |
H A D | CGExprAgg.cpp | 1286 bool isExternallyDestructed = Dest.isExternallyDestructed(); VisitAbstractConditionalOperator() local |