HomeSort by relevance Sort by last modified time
    Searched refs:isCXXThisCaptured (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 485 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; }
489 assert(isCXXThisCaptured() && "this has not been captured");
  /external/clang/lib/Sema/
SemaLambda.cpp 116 if (IsCapturingThis && !LSI->isCXXThisCaptured())
    [all...]
TreeTransform.h     [all...]

Completed in 54 milliseconds