Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h328 SmallVector<Block, 8> BlockScope; variable
H A DBitstreamWriter.h56 std::vector<Block> BlockScope; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h72 BlockScope = 0x40, enumerator
H A DScopeInfo.h723 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2966 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1392 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
H A DSemaDecl.cpp13431 Scope *BlockScope = S; in ImplicitlyDefineFunction() local