Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4662 else if (auto *CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) in CheckUnaryExprOrTypeTraitOperand() local
4663 DC = CRSI->TheCapturedDecl; in CheckUnaryExprOrTypeTraitOperand()
5382 else if (auto *CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr() local
5383 DC = CRSI->TheCapturedDecl; in CreateBuiltinArraySubscriptExpr()