Searched defs:BlockScope (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | ByteCodeExprGen.h |
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/ | ||
H A D | BitstreamReader.h | 373 SmallVector<Block, 8> BlockScope; variable |
H A D | BitstreamWriter.h | 67 std::vector<Block> BlockScope; global() variable |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
H A D | Scope.h | 72 BlockScope = 0x40, global() enumerator |
H A D | ScopeInfo.h | 779 BlockScopeInfo(DiagnosticsEngine & Diag,Scope * BlockScope,BlockDecl * Block) BlockScopeInfo() argument |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseExpr.cpp | 3687 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | ParseBlockLiteralExpression() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | Sema.cpp | 2165 PushBlockScope(Scope * BlockScope,BlockDecl * Block) PushBlockScope() argument |
H A D | SemaDecl.cpp | 16460 Scope *BlockScope = S; ImplicitlyDefineFunction() local |