Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp1180 auto *ICIE = cast<CXXInheritedCtorInitExpr>(S); in canThrow() local
1181 return canCalleeThrow(*this, ICIE, ICIE->getConstructor()); in canThrow()
/external/clang/lib/AST/
DExpr.cpp3012 const auto *ICIE = cast<CXXInheritedCtorInitExpr>(this); in HasSideEffects() local
3013 if (!ICIE->getConstructor()->isTrivial() && IncludePossibleEffects) in HasSideEffects()
/external/llvm-project/clang/lib/AST/
DExpr.cpp3469 const auto *ICIE = cast<CXXInheritedCtorInitExpr>(this); in HasSideEffects() local
3470 if (!ICIE->getConstructor()->isTrivial() && IncludePossibleEffects) in HasSideEffects()