Searched defs:CXXSCE (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | ExprEngine.cpp | 3261 if (auto CXXSCE = dyn_cast<CXXStaticCastExpr>(MEBase)) { VisitArrayInitLoopExpr() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 13589 else if (const auto *CXXSCE = dyn_cast<CXXStaticCastExpr>(RHSExpr); DiagnoseSelfMove() local |