Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp500 if (Expr *LastExpr = dyn_cast<Expr>(StmtsList.back())) { in finalize() local
501 assert(AST.hasSameUnqualifiedType(LastExpr->getType(), in finalize()
505 if (!isa<ReturnStmt>(LastExpr)) { in finalize()
508 ReturnStmt::Create(AST, SourceLocation(), LastExpr, nullptr)); in finalize()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp445 if (const auto *LastExpr = dyn_cast_or_null<Expr>(S->body_back())) in ClassifyInternal() local
446 return ClassifyUnnamed(Ctx, LastExpr->getType()); in ClassifyInternal()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2398 if (const auto *LastExpr = in Visit() local
2403 state->getSVal(LastExpr, in Visit()