Searched defs:LocalVariable (Results 1 – 9 of 9) sorted by relevance
47 struct LocalVariable { struct48 std::string name;49 std::string signature;50 std::string signature_type;51 int32_t reg = 0;52 uint32_t start = 0;53 uint32_t length = 0;
24 class LocalVariable; variable
28 class LocalVariable; variable
27 message LocalVariable { message
24 LocalVariable::LocalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) in LocalVariable() function in panda::es2panda::binder::LocalVariable
125 export class LocalVariable extends Variable { class
38 class LocalVariable; variable
2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument