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.h531 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h199 SmallVector<Block, 8> BlockScope; variable
DBitstreamWriter.h53 std::vector<Block> BlockScope; variable
/external/clang/lib/Sema/
DSema.cpp1066 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
/external/clang/lib/Parse/
DParseExpr.cpp2419 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local