Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedRaiiCheck.cpp71 const auto *LastExpr = dyn_cast<Expr>(CS->body_back()); in check() local
73 if (LastExpr && E == LastExpr->IgnoreUnlessSpelledInSource()) in check()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp415 if (const auto *LastExpr = dyn_cast_or_null<Expr>(S->body_back())) in ClassifyInternal() local
416 return ClassifyUnnamed(Ctx, LastExpr->getType()); in ClassifyInternal()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2022 if (const auto *LastExpr = in Visit() local
2027 state->getSVal(LastExpr, in Visit()