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 198 void LambdaScopeInfo::getPotentialVariableCapture(unsigned Idx, VarDecl *&VD,
216 LambdaScopeInfo::~LambdaScopeInfo() { }
Sema.cpp     [all...]
SemaTemplateVariadic.cpp 214 if (sema::LambdaScopeInfo *LSI =
215 dyn_cast<sema::LambdaScopeInfo>(FunctionScopes[N-1])) {
    [all...]
SemaExprCXX.cpp 814 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI);
    [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaExprMember.cpp     [all...]
TreeTransform.h     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 587 class LambdaScopeInfo : public CapturingScopeInfo {
665 LambdaScopeInfo(DiagnosticsEngine &Diag)
674 virtual ~LambdaScopeInfo();
813 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(this))
Sema.h 197 class LambdaScopeInfo;
    [all...]

Completed in 2901 milliseconds