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

  /external/clang/lib/Sema/
SemaLambda.cpp 31 /// of the capture-ready lambda's LambdaScopeInfo.
53 /// LambdaScopeInfo inherits from). The current/deepest/innermost lambda
70 isa<clang::sema::LambdaScopeInfo>(
81 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex])->CallOperator;
84 const clang::sema::LambdaScopeInfo *LSI =
85 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex]);
113 if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) {
139 /// of the capture-capable lambda's LambdaScopeInfo.
159 /// LambdaScopeInfo inherits from). The current/deepest/innermost lambda
188 const sema::LambdaScopeInfo *const CaptureReadyLambdaLSI
    [all...]
ScopeInfo.cpp 108 if (auto *LSI = dyn_cast<LambdaScopeInfo>(this))
225 void LambdaScopeInfo::getPotentialVariableCapture(unsigned Idx, VarDecl *&VD,
Sema.cpp     [all...]
SemaTemplateVariadic.cpp 209 if (isa<sema::LambdaScopeInfo>(SI))
228 if (sema::LambdaScopeInfo *LSI =
229 dyn_cast<sema::LambdaScopeInfo>(FunctionScopes[N-1])) {
    [all...]
SemaExprCXX.cpp     [all...]