Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp198 if (auto CapS = dyn_cast_or_null<CapturedStmt>(S)) in IgnoreContainers() local
199 S = CapS->getCapturedStmt(); in IgnoreContainers()