Searched refs:isVLATypeCapture (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h450 return InitExprAndCaptureKind.getInt() != Cap_This && !isVLATypeCapture();
454 !isVLATypeCapture();
462 bool isVLATypeCapture() const { function in class:clang::sema::CapturingScopeInfo::Capture
485 assert(!isVLATypeCapture() && "no init expression for type capture");
/external/clang/lib/Sema/
H A DSemaLambda.cpp1536 if (From.isVLATypeCapture()) {
H A DSemaStmt.cpp3798 } else if (Cap->isVLATypeCapture()) {

Completed in 81 milliseconds