Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h511 IsNestedCapture = 0x1, enumerator
547 : VarAndNestedAndThis(Var, IsNested ? IsNestedCapture : 0), in Capture()
557 nullptr, (IsThisCaptured | (IsNested ? IsNestedCapture : 0))), in Capture()
586 return VarAndNestedAndThis.getInt() & IsNestedCapture; in isNested()