Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h69 BlockScope = 0x40, enumerator
H A DScopeInfo.h548 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h200 SmallVector<Block, 8> BlockScope; variable
H A DBitstreamWriter.h53 std::vector<Block> BlockScope; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp1100 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp2621 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local