Searched defs:LocalVariable (Results 1 – 6 of 6) sorted by relevance
96 struct LocalVariable { struct97 const DILocalVariable *DIVar = nullptr; argument108 SmallVector<LocalVariable, 1> InlinedLocals; argument
44 LocalVariable::LocalVariable(const ast::Variable* declaration, in LocalVariable() function in tint::sem::LocalVariable
343 LocalVariable, enumerator837 struct LocalVariable : ObjectImpl<LocalVariable, Object, Object::Kind::LocalVariable> struct839 static constexpr uint32_t NoArg = ~uint32_t(0);841 enum class Definition848 std::string name;849 Type *type = nullptr;850 Source *source = nullptr;851 uint32_t line = 0;852 uint32_t column = 0;853 Scope *parent = nullptr;[all …]
165 TEST_F(PreciseTest, LocalVariable) in TEST_F() argument
27 LocalVariable, enumerator
776 TEST_F(VariableDecorationTest, LocalVariable) { in TEST_F() argument