Lines Matching defs:GlobalVariable
342 GlobalVariable, enumerator
817 struct GlobalVariable : ObjectImpl<GlobalVariable, Object, Object::Kind::GlobalVariable> struct
819 std::string name;
820 Type *type = nullptr;
821 Source *source = nullptr;
822 uint32_t line = 0;
823 uint32_t column = 0;
824 Scope *parent = nullptr;
825 std::string linkage;
826 sw::SpirvShader::Object::ID variable;
827 uint32_t flags = 0; // OR'd from OpenCLDebugInfo100DebugInfoFlags