Home
last modified time | relevance | path

Searched refs:ICIE (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExceptionSpec.cpp1188 auto *ICIE = cast<CXXInheritedCtorInitExpr>(S); in canThrow() local
1189 return canCalleeThrow(*this, ICIE, ICIE->getConstructor()); in canThrow()
/openbsd/src/gnu/llvm/clang/lib/AST/
DExpr.cpp3739 const auto *ICIE = cast<CXXInheritedCtorInitExpr>(this); in HasSideEffects() local
3740 if (!ICIE->getConstructor()->isTrivial() && IncludePossibleEffects) in HasSideEffects()