Home
last modified time | relevance | path

Searched defs:BlockScope (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h69 BlockScope = 0x40, enumerator
DScopeInfo.h581 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h197 SmallVector<Block, 8> BlockScope; variable
DBitstreamWriter.h56 std::vector<Block> BlockScope; variable
/external/clang/lib/Parse/
DParseExpr.cpp2726 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
/external/clang/lib/Sema/
DSema.cpp1139 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()