Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp191 EXPECT_EQ(LS.findLexicalScope(InBlockLoc.get()), BlockScope); in TEST_F() local
225 auto &BlockChildren = BlockScope->getChildren(); in TEST_F() local
278 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); TEST_F() local
312 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); TEST_F() local
350 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); TEST_F() local
392 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); TEST_F() local
449 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); TEST_F() local
[all...]
/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h373 SmallVector<Block, 8> BlockScope; variable
H A DBitstreamWriter.h78 std::vector<Block> BlockScope; variable
/llvm-project/clang/include/clang/Sema/
H A DScope.h75 BlockScope = 0x40, enumerator
H A DScopeInfo.h796 BlockScopeInfo(DiagnosticsEngine & Diag,Scope * BlockScope,BlockDecl * Block) BlockScopeInfo() argument
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h
/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3761 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | ParseBlockLiteralExpression() local
/llvm-project/clang/lib/Sema/
H A DSema.cpp2174 PushBlockScope(Scope * BlockScope,BlockDecl * Block) PushBlockScope() argument
H A DSemaDecl.cpp16208 Scope *BlockScope = S; ImplicitlyDefineFunction() local