HomeSort by relevance Sort by last modified time
    Searched defs:LambdaScopeInfo (Results 1 - 2 of 2) 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; }
  /external/clang/lib/Sema/
Sema.cpp 58 LambdaScopeInfo::~LambdaScopeInfo() { }
839 FunctionScopes.push_back(new LambdaScopeInfo(getDiagnostics(), Lambda,
890 LambdaScopeInfo *Sema::getCurLambda()
    [all...]

Completed in 140 milliseconds