Searched defs:LexicalBlock (Results 1 – 2 of 2) sorted by relevance
111 struct LexicalBlock { struct113 SmallVector<LexicalBlock *, 1> Children; argument136 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; argument
116 LexicalBlock, enumerator279 struct LexicalBlock : ObjectImpl<LexicalBlock, Scope, Object::Kind::LexicalBlock> struct281 uint32_t line = 0;282 uint32_t column = 0;283 Scope *parent = nullptr;284 std::string name;285 Function *function = nullptr;