Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1175 auto *ICIE = cast<CXXInheritedCtorInitExpr>(S); in canThrow() local
1176 return canCalleeThrow(*this, ICIE, ICIE->getConstructor()); in canThrow()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3808 const auto *ICIE = cast<CXXInheritedCtorInitExpr>(this); in HasSideEffects() local
3809 if (!ICIE->getConstructor()->isTrivial() && IncludePossibleEffects) in HasSideEffects()