Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h311 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in BlockScope() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h71 BlockScope = 0x40, enumerator
H A DScopeInfo.h753 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h356 SmallVector<Block, 8> BlockScope; variable
H A DBitstreamWriter.h66 std::vector<Block> BlockScope; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp3456 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1922 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
H A DSemaDecl.cpp14805 Scope *BlockScope = S; in ImplicitlyDefineFunction() local