| /external/llvm-project/llvm/unittests/CodeGen/ |
| D | LexicalScopesTest.cpp | 187 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/ |
| D | ByteCodeExprGen.h | 311 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in BlockScope() function
|
| /external/clang/include/clang/Sema/ |
| D | Scope.h | 70 BlockScope = 0x40, enumerator
|
| D | ScopeInfo.h | 609 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
|
| /external/llvm-project/clang/include/clang/Sema/ |
| D | Scope.h | 71 BlockScope = 0x40, enumerator
|
| D | ScopeInfo.h | 749 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
| D | BitstreamReader.h | 355 SmallVector<Block, 8> BlockScope; variable
|
| D | BitstreamWriter.h | 55 std::vector<Block> BlockScope; variable
|
| /external/llvm-project/llvm/include/llvm/Bitstream/ |
| D | BitstreamReader.h | 356 SmallVector<Block, 8> BlockScope; variable
|
| D | BitstreamWriter.h | 66 std::vector<Block> BlockScope; variable
|
| /external/llvm/include/llvm/Bitcode/ |
| D | BitstreamWriter.h | 56 std::vector<Block> BlockScope; variable
|
| D | BitstreamReader.h | 428 SmallVector<Block, 8> BlockScope; variable
|
| /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| D | NaClBitstreamReader.h | 485 SmallVector<Block, 8> BlockScope; variable
|
| /external/clang/lib/Sema/ |
| D | Sema.cpp | 1132 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
|
| /external/clang/lib/Parse/ |
| D | ParseExpr.cpp | 2774 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
|
| /external/llvm-project/clang/lib/Parse/ |
| D | ParseExpr.cpp | 3448 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | Sema.cpp | 1874 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
|
| D | SemaDecl.cpp | 14674 Scope *BlockScope = S; in ImplicitlyDefineFunction() local
|