Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h328 SmallVector<Block, 8> BlockScope; variable
DBitstreamWriter.h56 std::vector<Block> BlockScope; variable
/external/clang/include/clang/Sema/
DScope.h70 BlockScope = 0x40, enumerator
DScopeInfo.h609 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamWriter.h52 std::vector<Block> BlockScope; variable
DBitstreamReader.h149 SmallVector<Block, 8> 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.h478 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