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 436 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; }
440 assert(isCXXThisCaptured() && "this has not been captured");
  /external/clang/lib/Sema/
SemaLambda.cpp 531 if (LSI->isCXXThisCaptured()) {
    [all...]
TreeTransform.h     [all...]

Completed in 28 milliseconds