Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h428 IsNestedCapture = 0x1, enumerator
454 : VarAndNestedAndThis(Var, IsNested ? IsNestedCapture : 0), in Capture()
464 nullptr, (IsThisCaptured | (IsNested ? IsNestedCapture : 0))), in Capture()
487 return VarAndNestedAndThis.getInt() & IsNestedCapture; in isNested()