Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/CodeGen/
DLexicalScopesTest.cpp187 auto *BlockScope = Children[0]; in TEST_F() local
221 auto *BlockScope = Children[0]; in TEST_F() local
274 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
308 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
346 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
388 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
445 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F() local
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.h311 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in BlockScope() function
/external/clang/include/clang/Sema/
DScope.h70 BlockScope = 0x40, enumerator
DScopeInfo.h609 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScope.h71 BlockScope = 0x40, enumerator
DScopeInfo.h749 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h355 SmallVector<Block, 8> BlockScope; variable
DBitstreamWriter.h55 std::vector<Block> BlockScope; variable
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h356 SmallVector<Block, 8> BlockScope; variable
DBitstreamWriter.h66 std::vector<Block> BlockScope; variable
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h56 std::vector<Block> BlockScope; variable
DBitstreamReader.h428 SmallVector<Block, 8> BlockScope; variable
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h485 SmallVector<Block, 8> BlockScope; variable
/external/clang/lib/Sema/
DSema.cpp1132 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
/external/clang/lib/Parse/
DParseExpr.cpp2774 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp3448 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
/external/llvm-project/clang/lib/Sema/
DSema.cpp1874 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
DSemaDecl.cpp14674 Scope *BlockScope = S; in ImplicitlyDefineFunction() local