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