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.cpp4572 else if (auto *CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) in CheckUnaryExprOrTypeTraitOperand() local
4573 DC = CRSI->TheCapturedDecl; in CheckUnaryExprOrTypeTraitOperand()
5284 else if (auto *CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr() local
5285 DC = CRSI->TheCapturedDecl; in CreateBuiltinArraySubscriptExpr()