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

/external/clang/include/clang/Sema/
H A DScopeInfo.h494 bool isCaptured(VarDecl *Var) const { function in class:clang::sema::CapturingScopeInfo
501 assert(isCaptured(Var) && "Variable has not been captured");

Completed in 51 milliseconds