Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h374 SmallVector<Block, 8> BlockScope; global() variable
H A DBitstreamWriter.h78 std::vector<Block> BlockScope; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h75 BlockScope = 0x40, enumerator
H A DScopeInfo.h796 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h560 BlockScope(Compiler<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in BlockScope() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3788 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2176 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
H A DSemaDecl.cpp16254 Scope *BlockScope = S; in ImplicitlyDefineFunction() local