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

  /external/clang/lib/Sema/
ScopeInfo.cpp 198 void LambdaScopeInfo::getPotentialVariableCapture(unsigned Idx, VarDecl *&VD,
216 LambdaScopeInfo::~LambdaScopeInfo() { }
  /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))

Completed in 539 milliseconds