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

  /external/clang/include/clang/Sema/
ScopeInfo.h 323 class LambdaScopeInfo : public CapturingScopeInfo {
354 LambdaScopeInfo(DiagnosticsEngine &Diag, CXXRecordDecl *Lambda,
363 virtual ~LambdaScopeInfo();
373 static bool classof(const LambdaScopeInfo *BSI) { return true; }
Sema.h 173 class LambdaScopeInfo;
876 sema::LambdaScopeInfo *getCurLambda();
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 162 LambdaScopeInfo *Sema::enterLambdaScope(CXXMethodDecl *CallOperator,
169 LambdaScopeInfo *LSI = getCurLambda();
171 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
173 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
198 void Sema::finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) {
287 LambdaScopeInfo *LSI
441 LambdaScopeInfo *LSI = getCurLambda();
584 LambdaScopeInfo *LSI = getCurLambda();
596 LambdaScopeInfo::Capture From = LSI->Captures[I];
    [all...]
Sema.cpp 58 LambdaScopeInfo::~LambdaScopeInfo() { }
839 FunctionScopes.push_back(new LambdaScopeInfo(getDiagnostics(), Lambda,
890 LambdaScopeInfo *Sema::getCurLambda()
    [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 734 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) {
    [all...]
TreeTransform.h     [all...]

Completed in 655 milliseconds