Searched defs:isCaptured (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h741 bool isCaptured(ValueDecl *Var) const { return CaptureMap.count(Var); } function in class:clang::sema::CapturingScopeInfo

Completed in 118 milliseconds