Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h441 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : AutoScope<Emitter>(Ctx) {} in BlockScope() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h373 SmallVector<Block, 8> BlockScope; variable
H A DBitstreamWriter.h67 std::vector<Block> BlockScope; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h72 BlockScope = 0x40, enumerator
H A DScopeInfo.h779 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3687 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2165 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
H A DSemaDecl.cpp16460 Scope *BlockScope = S; in ImplicitlyDefineFunction() local