Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExprClassification.cpp431 if (const auto *LastExpr = dyn_cast_or_null<Expr>(S->body_back())) in ClassifyInternal() local
432 return ClassifyUnnamed(Ctx, LastExpr->getType()); in ClassifyInternal()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp2377 if (const auto *LastExpr = in Visit() local
2382 state->getSVal(LastExpr, in Visit()