Searched refs:isInitCapture (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h402 bool isInitCapture() const { function in class:clang::sema::CapturingScopeInfo::Capture
/external/clang/lib/Sema/
H A DSemaLambda.cpp960 if (From.isInitCapture()) {
H A DTreeTransform.h8244 if (!C->isInitCapture())
8280 if (C->isInitCapture()) {
/external/clang/include/clang/AST/
H A DExprCXX.h1405 bool isInitCapture() const { return getCaptureKind() == LCK_Init; } function in class:clang::LambdaExpr::Capture
1569 Capture <= explicit_capture_end() && Capture->isInitCapture());
H A DRecursiveASTVisitor.h821 if (C->isInitCapture())

Completed in 122 milliseconds