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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1182 auto *ICIE = cast<CXXInheritedCtorInitExpr>(S); local
1183 return canCalleeThrow(*this, ICIE, ICIE->getConstructor());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3623 const auto *ICIE = cast<CXXInheritedCtorInitExpr>(this);
3624 if (!ICIE->getConstructor()->isTrivial() && IncludePossibleEffects)

Completed in 162 milliseconds