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

  /external/clang/include/clang/Sema/
ScopeInfo.h 460 enum IsThisCapture { ThisCapture };
461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
468 bool isThisCapture() const {
472 return !isThisCapture() && !isVLATypeCapture();
505 assert(!isThisCapture());
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 795 milliseconds