Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h374 SmallVector<Block, 8> BlockScope; 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.h802 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3268 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2342 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
H A DSemaDecl.cpp16735 Scope *BlockScope = S; in ImplicitlyDefineFunction() local