Searched defs:maybeExpr (Results 1 – 4 of 4) sorted by relevance
346 if (MaybeExpr maybeExpr{AnalyzeExpr(context_, x.v)}) { GetBound() local
3060 if (const auto &maybeExpr{std::get<2>(chevrons->t)}) { AnalyzeChevrons() local 3067 if (const auto &maybeExpr{std::get<3>(chevrons->t)}) { AnalyzeChevrons() local
198 if (auto maybeExpr{AnalyzeExpr(*context_, expr)}) { in EvaluateNonPointerInitializer() local 5574 if (auto maybeExpr{AnalyzeExpr(context(), *init)}) { Post() local
2017 if (const auto &maybeExpr = subprogramDetails->stmtFunction()) { visitSymbol() local