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

  /external/clang/lib/Sema/
ScopeInfo.cpp 188 BlockScopeInfo::~BlockScopeInfo() { }
  /external/clang/include/clang/Sema/
ScopeInfo.h 513 class BlockScopeInfo : public CapturingScopeInfo {
525 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block)
532 virtual ~BlockScopeInfo();

Completed in 49 milliseconds