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

  /external/clang/include/clang/Sema/
ScopeInfo.h 10 // This file defines FunctionScopeInfo and BlockScopeInfo.
296 class BlockScopeInfo : public CapturingScopeInfo {
308 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block)
315 virtual ~BlockScopeInfo();
320 static bool classof(const BlockScopeInfo *BSI) { return true; }
  /external/clang/lib/Sema/
Sema.cpp 57 BlockScopeInfo::~BlockScopeInfo() { }
833 FunctionScopes.push_back(new BlockScopeInfo(getDiagnostics(),
883 BlockScopeInfo *Sema::getCurBlock() {
887 return dyn_cast<BlockScopeInfo>(FunctionScopes.back());
    [all...]

Completed in 48 milliseconds