Searched refs:ICIE (Results 1 – 2 of 2) sorted by relevance
1188 auto *ICIE = cast<CXXInheritedCtorInitExpr>(S); in canThrow() local1189 return canCalleeThrow(*this, ICIE, ICIE->getConstructor()); in canThrow()
3739 const auto *ICIE = cast<CXXInheritedCtorInitExpr>(this); in HasSideEffects() local3740 if (!ICIE->getConstructor()->isTrivial() && IncludePossibleEffects) in HasSideEffects()