Lines Matching refs:calleeName
28 auto calleeName = NameHolder(varbinder->Allocator()->Adapter());
36 calleeName.emplace_back(qname->Right()->AsIdentifier()->Name());
41 callee = SqueezeExpr(memberExpr, calleeName);
49 calleeName.emplace_back(data->specifier->AsImportSpecifier()->Imported()->Name());
50 std::reverse(calleeName.begin(), calleeName.end());
51 return {data->import, calleeName};
54 std::reverse(calleeName.begin(), calleeName.end());
55 return {callee, calleeName};