Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp189 auto *BlockScope = Children[0]; in TEST_F() local
223 auto *BlockScope = Children[0]; in TEST_F() local
276 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
310 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
348 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
390 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
447 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.h309 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in BlockScope() function
/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h374 SmallVector<Block, 8> BlockScope; variable
H A DBitstreamWriter.h67 std::vector<Block> BlockScope; variable
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h71 BlockScope = 0x40, enumerator
H A DScopeInfo.h765 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp3533 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2086 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
H A DSemaDecl.cpp15435 Scope *BlockScope = S; in ImplicitlyDefineFunction() local