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 472 return !isThisCapture() && !isVLATypeCapture();
483 bool isVLATypeCapture() const {
510 assert(!isVLATypeCapture() && "no init expression for type capture");
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaStmt.cpp     [all...]

Completed in 84 milliseconds