Searched refs:SExp (Results 1 – 1 of 1) sorted by relevance
1217 const threadSafety::til::SExpr *SExp = CapE.sexpr(); in inCurrentScope() local1218 assert(SExp && "Null expressions should be ignored"); in inCurrentScope()1220 if (const auto *LP = dyn_cast<til::LiteralPtr>(SExp)) { in inCurrentScope()1233 if (const auto *P = dyn_cast<til::Project>(SExp)) { in inCurrentScope()