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

  /external/clang/include/clang/Sema/
ScopeInfo.h 367 enum IsThisCapture { ThisCapture };
368 Capture(IsThisCapture, bool isNested, SourceLocation Loc,
373 bool isThisCapture() const { return VarAndKind.getInt() == Cap_This; }
374 bool isVariableCapture() const { return !isThisCapture(); }
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 25 milliseconds