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

  /external/clang/include/clang/Sema/
ScopeInfo.h 433 return InitExprAndCaptureKind.getInt() != Cap_This && !isVLATypeCapture();
437 !isVLATypeCapture();
445 bool isVLATypeCapture() const {
468 assert(!isVLATypeCapture() && "no init expression for type capture");
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaStmt.cpp     [all...]

Completed in 543 milliseconds